Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'etc/ncp-config.d/DDNS_freeDNS.sh')
-rw-r--r--etc/ncp-config.d/DDNS_freeDNS.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/ncp-config.d/DDNS_freeDNS.sh b/etc/ncp-config.d/DDNS_freeDNS.sh
index 713bda20..15ea4612 100644
--- a/etc/ncp-config.d/DDNS_freeDNS.sh
+++ b/etc/ncp-config.d/DDNS_freeDNS.sh
@@ -24,7 +24,7 @@ install()
configure()
{
[[ $ACTIVE_ != "yes" ]] && {
- rm /etc/cron.d/freeDNS
+ rm -f /etc/cron.d/freeDNS
service cron restart
echo "FreeDNS client is disabled"
return 0