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:
parent
1aa0e9c51a
commit
2ee6550f2c
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue