create configfile to set owner and mod

This commit is contained in:
openoms 2021-09-07 14:54:37 +01:00
parent 0bf797f43a
commit c9beeab72f
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -299,6 +299,7 @@ if [ "${setupPhase}" == "setup" ]; then
# prepare config file
CONFIGFILE="/var/cache/raspiblitz/temp/raspiblitz.conf"
sudo rm $CONFIGFILE 2>/dev/null
sudo touch $CONFIGFILE
sudo chown admin:admin $CONFIGFILE
sudo chmod 777 $CONFIGFILE