mirror of
https://github.com/YunoHost-Apps/elabftw_ynh.git
synced 2024-09-03 18:26:23 +02:00
Update install
This commit is contained in:
parent
c6c8015506
commit
95db93f3b5
1 changed files with 7 additions and 3 deletions
|
@ -155,9 +155,13 @@ popd
|
||||||
ynh_script_progression --message="Securing files and directories..." --weight=1
|
ynh_script_progression --message="Securing files and directories..." --weight=1
|
||||||
|
|
||||||
mkdir -p $final_path/{cache,uploads}
|
mkdir -p $final_path/{cache,uploads}
|
||||||
chown $app:www-data $final_path/{cache,uploads}
|
#chown $app:www-data $final_path/{cache,uploads}
|
||||||
chmod 750 -R "$final_path"
|
#chmod 750 -R "$final_path"
|
||||||
chmod 700 $final_path/{cache,uploads}
|
#chmod 700 $final_path/{cache,uploads}
|
||||||
|
|
||||||
|
chmod 755 "$final_path"
|
||||||
|
chmod -R o-rwx "$final_path"
|
||||||
|
chown -R $app:www-data "$final_path"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
|
|
Loading…
Reference in a new issue