summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2017-12-12 17:35:25 +0000
committerLuke Bratch <luke@bratch.co.uk>2017-12-12 17:35:25 +0000
commitb02a06afdf22f32d67fcac03b4ff2f42458f8626 (patch)
tree7d900f010abe6773612cbd9a7e68e1bb86ccdf03
parentbbf1068f9bb7f3474da5d415a58d0fda9c33ed81 (diff)
Add a finshing message which includes a warning to test SSHing in
-rwxr-xr-xportage-update.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/portage-update.sh b/portage-update.sh
index 9800ce9..9a062b8 100755
--- a/portage-update.sh
+++ b/portage-update.sh
@@ -78,3 +78,6 @@ echo "Would do rm -rf $PORTAGE_TEMP here, do not have the balls yet due to rm -r
# Print disk space
echo 'df -H'
df -H || exit 1
+
+# Print an SSH warning
+echo -e '\nAll done! If sshd was restarted, now would be a good time to verify you can SSH in to this machine...'