diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-16 20:22:28 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-07-16 20:22:28 +0200 |
| commit | 6dde6c2bb035644f93df7c039531e688a680556d (patch) | |
| tree | f84bbffb810de129d860c1d86b643310261825b5 /install/install.sh | |
| parent | 2402917f42ab1931e21d14d1b8c8d42a406c8b95 (diff) | |
| parent | e737bd2aa98ad908a533ba7a9e4793f581a61399 (diff) | |
| download | Ishtar-6dde6c2bb035644f93df7c039531e688a680556d.tar.bz2 Ishtar-6dde6c2bb035644f93df7c039531e688a680556d.zip | |
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'install/install.sh')
| -rwxr-xr-x | install/install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/install.sh b/install/install.sh index 4ef5d8441..e80730f9d 100755 --- a/install/install.sh +++ b/install/install.sh @@ -170,7 +170,8 @@ sed -s "s|#APP_NAME#|$APP_NAME|g;\ ln -s $INSTALL_PATH'/conf/local_settings.py' $APP_DIR'/local_settings.py' # rights -mkdir -p $APP_DIR'/media' +mkdir -p "$APP_DIR/media/imported" +mkdir -p "$APP_DIR/media/upload" chown -R root:www-data $APP_DIR'/media' chmod -R g+w $APP_DIR'/media' |
