diff options
-rwxr-xr-x | scripts/install/install-postinst-new | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install/install-postinst-new b/scripts/install/install-postinst-new index 0078287f..19257398 100755 --- a/scripts/install/install-postinst-new +++ b/scripts/install/install-postinst-new @@ -284,7 +284,7 @@ if [ "$INSTALL_TYPE" != 'union' ]; then WRITE_ROOT='' fi -becho "Done!" +becho "Done! Please reboot now." exit 0 |