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-06-19 06:40:39 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-19 06:40:39 +0300
commitd50b16e22be3bc784cbb4a4f570eddad5b29f723 (patch)
treef09926f2d6525125366e3f025a81bb9c5711b03f /install.sh
parent865ad0836b6eb864fc19c3e6af896b10ff873b3b (diff)
build: post-inst in install step
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index f7fe1af5..a9242f40 100644
--- a/install.sh
+++ b/install.sh
@@ -51,7 +51,7 @@ install_script etc/ncp-config.d/nc-nextcloud.sh
activate_script etc/ncp-config.d/nc-nextcloud.sh
install_script ncp.sh
activate_script etc/ncp-config.d/nc-init.sh
-[[ -f /.ncp-image ]] && activate_script post-inst.sh
+[[ -f /.ncp-image ]] && install_script post-inst.sh
popd
echo "Done.