mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
dynDNS: pdate cron execution interval (#754)
This commit is contained in:
parent
2e9440d9ce
commit
4307b14f27
@ -105,7 +105,7 @@ configure()
|
||||
|
||||
# Adds file to cron to run script for DNS record updates and change permissions
|
||||
touch $CRONFILE
|
||||
echo "10 * * * * root $INSTALLPATH/spdnsUpdater.sh $DOMAIN_ $TOKEN_ $IPv6_ >/dev/null 2>&1" > "$CRONFILE"
|
||||
echo "*/5 * * * * root $INSTALLPATH/spdnsUpdater.sh $DOMAIN_ $TOKEN_ $IPv6_ >/dev/null 2>&1" > "$CRONFILE"
|
||||
chmod +x "$CRONFILE"
|
||||
|
||||
# First-time execution of update script and print response from spdns.de server
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user