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/letsencrypt.sh')
-rw-r--r--etc/nextcloudpi-config.d/letsencrypt.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/nextcloudpi-config.d/letsencrypt.sh b/etc/nextcloudpi-config.d/letsencrypt.sh
index 65820d7e..d9bc8519 100644
--- a/etc/nextcloudpi-config.d/letsencrypt.sh
+++ b/etc/nextcloudpi-config.d/letsencrypt.sh
@@ -79,13 +79,6 @@ configure()
rm -rf $NCDIR/.well-known
}
-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