diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:16:14 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 18:16:14 +0200 |
commit | 841ec5fce8b59e796b4301941a5cad0ce7b1dfca (patch) | |
tree | 373664d7ae1f30eb88becca8d03c19204b79a569 | |
parent | Added "Done" confirmation (diff) | |
download | joe-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-x | src/vps-do.pl | 2 |
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; } |