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/nextcloudpi-config.d/dnsmasq.sh')
-rw-r--r--etc/nextcloudpi-config.d/dnsmasq.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/nextcloudpi-config.d/dnsmasq.sh b/etc/nextcloudpi-config.d/dnsmasq.sh
index 47bbe6fe..145ebc48 100644
--- a/etc/nextcloudpi-config.d/dnsmasq.sh
+++ b/etc/nextcloudpi-config.d/dnsmasq.sh
@@ -79,13 +79,6 @@ EOF
sudo -u www-data php occ config:system:set overwrite.cli.url --value=https://$DOMAIN_
}
-cleanup()
-{
- apt-get autoremove -y
- apt-get clean
- rm /var/lib/apt/lists/* -r
-}
-
# License
#
# This script is free software; you can redistribute it and/or modify it