touch raspiblitz.conf in bootstrap

This commit is contained in:
openoms 2019-02-05 10:33:34 +00:00
parent 4a020e96ac
commit 247bcc1f34
2 changed files with 5 additions and 4 deletions

View file

@ -116,8 +116,7 @@ if [ "${baseImage}" = "dietpi" ]; then
# install OpenSSH client + server
sudo apt install -y openssh-client
sudo apt install -y openssh-sftp-server
sudo apt install -y openssh-server
fi
@ -593,5 +592,5 @@ if [ "${baseImage}" = "raspbian" ]; then
EOF
init 6
fi
EOF
fi
fi
EOF

View file

@ -19,6 +19,8 @@ source /home/admin/_version.info
# CONFIGFILE - configuration of RaspiBlitz
# used by fresh SD image to recover configuration
# and delivers basic config info for scripts
# make raspiblitz.conf if not there
sudo touch /mnt/hdd/raspiblitz.conf
configFile="/mnt/hdd/raspiblitz.conf"
# LOGFILE - store debug logs of bootstrap