1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-10 14:15:14 +02:00

Fixed .configure.sh

fixed logFile output
This commit is contained in:
NiiWiiCamo 2023-08-22 12:47:38 +02:00 committed by GitHub
parent 1aa0e9c51a
commit 2ee6550f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
echo "### ownDynDNS configuration script"
# set variables
scriptversion="1.3"
scriptversion="1.3.1"
wwwuserd="www-data"
wwwgroupd="www-data"
@ -157,6 +157,6 @@ echo "apiPassword=\"${apipass}\"" >> $envfile
echo "customerId=\"${custid}\"" >> $envfile
echo "debug=${debug}" >> $envfile
echo "log=${log}" >> $envfile
echo "logfile=${logfile}" >> $envfile
echo "logFile=${logfile}" >> $envfile
echo "created .env file at: ${envfile}"