aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:13:55 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-07-08 18:13:55 +0200
commitc7c3d2cc61d958e408bcdf590fe1dd3d9d490f76 (patch)
treed12a973ceb49e7603d8402b3d8a53e9f3cbdc10c
parentAnother fix (diff)
downloadjoe-scripts-c7c3d2cc61d958e408bcdf590fe1dd3d9d490f76.tar.gz
joe-scripts-c7c3d2cc61d958e408bcdf590fe1dd3d9d490f76.tar.bz2
joe-scripts-c7c3d2cc61d958e408bcdf590fe1dd3d9d490f76.tar.xz
joe-scripts-c7c3d2cc61d958e408bcdf590fe1dd3d9d490f76.tar.zst
joe-scripts-c7c3d2cc61d958e408bcdf590fe1dd3d9d490f76.zip
Added "Done" confirmation
-rwxr-xr-xsrc/vps-do.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vps-do.pl b/src/vps-do.pl
index 847d7db..9272b74 100755
--- a/src/vps-do.pl
+++ b/src/vps-do.pl
@@ -72,6 +72,7 @@ exit
EOF
"
);
+ print "Done.";
exit;
}