diff options
author | Daniel Husand <daniel@fnutt.net> | 2022-06-21 14:28:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 14:28:17 +0200 |
commit | f35318d04e120543f3a7f7348370da27d8ad54ab (patch) | |
tree | c093dedbbb5593dd204a40a6416385c430e90cac /scripts | |
parent | f1edc37df130bc0ae138ce598abd8aae6c0a11cd (diff) | |
download | vyatta-cfg-system-f35318d04e120543f3a7f7348370da27d8ad54ab.tar.gz vyatta-cfg-system-f35318d04e120543f3a7f7348370da27d8ad54ab.zip |
Make next steps after install more clear
Diffstat (limited to 'scripts')
-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 |