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>2018-05-29 19:56:56 +0300
committernachoparker <nacho@ownyourbits.com>2018-05-29 20:21:30 +0300
commit3862eca0ed89fdf9010f302180f644c2c7a535cd (patch)
tree60079e18bfbc0c1b115144bd5e91d310fd5cc2b1 /post-inst.sh
parent6d1cd5688391c1232f103618f06ad3bd10b24361 (diff)
build: fix cleanup armbian imagesv0.56.16
Diffstat (limited to 'post-inst.sh')
-rw-r--r--post-inst.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/post-inst.sh b/post-inst.sh
index f7e1690d..7a19640c 100644
--- a/post-inst.sh
+++ b/post-inst.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Cleanup step Raspbian image
+# Cleanup step NCP image
#
# Copyleft 2017 by Ignacio Nunez Hernanz <nacho _a_t_ ownyourbits _d_o_t_ com>
# GPL licensed (see end of file) * Use at your own risk!
@@ -15,8 +15,8 @@ configure()
kill $( cat /run/redis/redis-server.pid )
kill $( cat /run/crond.pid )
- # enable randomize passwords
- systemctl enable nc-provisioning
+ # disable unused apache mods
+ a2dismod status reqtimeout env autoindex access_compat auth_basic authn_file authn_core alias access_compat
# cleanup all NCP extras
source /usr/local/etc/library.sh