From 1943cec4fece9f77d2cffb8428712062e5c8bcfd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 2 May 2017 12:06:24 +0200 Subject: Install script: change directory - post_install_script --- install/ishtar-prepare-instance | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install/ishtar-prepare-instance') diff --git a/install/ishtar-prepare-instance b/install/ishtar-prepare-instance index f0956b36b..aadb2ce76 100755 --- a/install/ishtar-prepare-instance +++ b/install/ishtar-prepare-instance @@ -287,6 +287,10 @@ EOF echo " - create superuser" ./manage.py createsuperuser + echo " - post install script" + cd .. + python install/post_install_script.py + cat >&2 <<-'EOF' ------------------------------------------------------------------------------- -- cgit v1.2.3