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-04-16 16:58:56 +0300
committernachoparker <nacho@ownyourbits.com>2017-04-16 19:30:10 +0300
commit1483c724ef30db9c36366ff91ef2b143bcf59d10 (patch)
tree2c12791068d7cad670b51f387f4ab664266fd62f /etc/library.sh
parentc7262501721226b047d0d86ead40d9cadf3bc61f (diff)
do not cleanup as part of ncp-updatev0.7.1
Diffstat (limited to 'etc/library.sh')
-rwxr-xr-xetc/library.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/library.sh b/etc/library.sh
index 8cf97600..95948c20 100755
--- a/etc/library.sh
+++ b/etc/library.sh
@@ -212,7 +212,6 @@ function install_script()
echo -e "Installing \e[1m$( basename $SCRIPT .sh )\e[0m"
set +x
install
- cleanup
)
}