This commit is contained in:
Bob Mottram 2016-07-22 23:28:06 +01:00
parent a0d095cb90
commit 74cb29629f
1 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,7 @@ if [ -f ~/.initial_setup ]; then
| | (.-' (.-' ( | ( )| | | | )( )| | (.-' | | (.-' (.-' ( | ( )| | | | )( )| | (.-'
' ' --' --' -' - -' ' ' -' -' -' ' - --' ' ' --' --' -' - -' ' ' -' -' -' ' - --'
Initial setup process Initial setup process
Please enter your password a second time. Please enter your password a second time.
" "
@ -540,7 +540,7 @@ initialise_mesh() {
MESH_SERVICE='mesh-setup.service' MESH_SERVICE='mesh-setup.service'
MESH_SETUP_DAEMON=$rootdir/etc/systemd/system/$MESH_SERVICE MESH_SETUP_DAEMON=$rootdir/etc/systemd/system/$MESH_SERVICE
MESH_STARTUP_PARAMS="${MY_USERNAME}" MESH_STARTUP_PARAMS="${MY_USERNAME}"
if [[ $AMNESIC != 'no' ]]; then if [[ $AMNESIC != 'no' ]]; then
MESH_STARTUP_PARAMS="${MY_USERNAME} amnesic" MESH_STARTUP_PARAMS="${MY_USERNAME} amnesic"
fi fi