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-05-20 20:10:11 +0300
committernachoparker <nacho@ownyourbits.com>2017-05-23 17:47:33 +0300
commit0909fce6d36022a59cbe8e68bd2c5239b5beec82 (patch)
tree3ae771265351f604c46f361acaffd1cb378468c4 /nextcloudpi.sh
parent1df92f9eef9bea0935147c3e782c1fd63c1aa37f (diff)
add nextcloud instance installation command to ncp-configv0.9.0
Diffstat (limited to 'nextcloudpi.sh')
-rw-r--r--nextcloudpi.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/nextcloudpi.sh b/nextcloudpi.sh
index 1d364120..9ce623f8 100644
--- a/nextcloudpi.sh
+++ b/nextcloudpi.sh
@@ -121,7 +121,6 @@ configure() { :; }
cleanup()
{
- [ "$STATE" != "1" ] && return
apt-get autoremove
apt-get clean
rm /var/lib/apt/lists/* -r