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:
authornachoparker <nacho@ownyourbits.com>2017-09-24 00:38:06 +0300
committernachoparker <nacho@ownyourbits.com>2017-09-27 02:09:10 +0300
commitcde18420186c3ebf2fc2c10997a043eceb521960 (patch)
tree54a5e0fd61b78d3eef3e8c255cc9d2eb3eb7408f /etc/nextcloudpi-config.d/samba.sh
parent192a9fcc506f83414889094a602b150e475a3141 (diff)
remove cleanup step from extras. Make it optional
Diffstat (limited to 'etc/nextcloudpi-config.d/samba.sh')
-rw-r--r--etc/nextcloudpi-config.d/samba.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/nextcloudpi-config.d/samba.sh b/etc/nextcloudpi-config.d/samba.sh
index 4e4c4e84..e0ffb4ac 100644
--- a/etc/nextcloudpi-config.d/samba.sh
+++ b/etc/nextcloudpi-config.d/samba.sh
@@ -81,13 +81,6 @@ EOF
echo "SMB enabled"
}
-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