diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-06-21 22:37:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-21 22:37:43 +0200 |
commit | 8dae717c21f05a5a04180b1206ad7cc2ed857be8 (patch) | |
tree | c093dedbbb5593dd204a40a6416385c430e90cac | |
parent | f1edc37df130bc0ae138ce598abd8aae6c0a11cd (diff) | |
parent | f35318d04e120543f3a7f7348370da27d8ad54ab (diff) | |
download | vyatta-cfg-system-8dae717c21f05a5a04180b1206ad7cc2ed857be8.tar.gz vyatta-cfg-system-8dae717c21f05a5a04180b1206ad7cc2ed857be8.zip |
Merge pull request #181 from danhusan/patch-1
Make next steps after install more clear
-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 |