summaryrefslogtreecommitdiff
path: root/portage-update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'portage-update.sh')
-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...'