From b02a06afdf22f32d67fcac03b4ff2f42458f8626 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Tue, 12 Dec 2017 17:35:25 +0000 Subject: Add a finshing message which includes a warning to test SSHing in --- portage-update.sh | 3 +++ 1 file changed, 3 insertions(+) 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...' -- cgit v1.2.3