aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:16:14 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:16:14 +0200
commit841ec5fce8b59e796b4301941a5cad0ce7b1dfca (patch)
tree373664d7ae1f30eb88becca8d03c19204b79a569
parentAdded "Done" confirmation (diff)
downloadjoe-scripts-841ec5fce8b59e796b4301941a5cad0ce7b1dfca.tar.gz
joe-scripts-841ec5fce8b59e796b4301941a5cad0ce7b1dfca.tar.bz2
joe-scripts-841ec5fce8b59e796b4301941a5cad0ce7b1dfca.tar.xz
joe-scripts-841ec5fce8b59e796b4301941a5cad0ce7b1dfca.tar.zst
joe-scripts-841ec5fce8b59e796b4301941a5cad0ce7b1dfca.zip
Added missing "\n"
-rwxr-xr-xsrc/vps-do.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vps-do.pl b/src/vps-do.pl
index 9272b74..60740cd 100755
--- a/src/vps-do.pl
+++ b/src/vps-do.pl
@@ -72,7 +72,7 @@ exit
EOF
"
);
- print "Done.";
+ print "Done.\n";
exit;
}