Fix permission in final_path
This commit is contained in:
parent
f8b2336256
commit
b88c7adfec
@ -182,7 +182,8 @@ cp -r ../sources/page $final_path/syncserver/
|
||||
# SECURE FILES AND DIRECTORIES
|
||||
#=================================================
|
||||
|
||||
# no need, keep the default root:root
|
||||
chown $app -R $final_path
|
||||
chmod u=rwX,g=rX,o= -R $final_path
|
||||
|
||||
#=================================================
|
||||
# SETUP LOGROTATE
|
||||
|
@ -74,7 +74,8 @@ ynh_system_user_create "$app"
|
||||
# RESTORE USER RIGHTS
|
||||
#=================================================
|
||||
|
||||
# no need, keep the default root:root
|
||||
chown $app -R $final_path
|
||||
chmod u=rwX,g=rX,o= -R $final_path
|
||||
|
||||
#=================================================
|
||||
# SPECIFIC RESTORATION
|
||||
|
@ -190,7 +190,8 @@ cp -r ../sources/page $final_path/syncserver/
|
||||
# SECURE FILES AND DIRECTORIES
|
||||
#=================================================
|
||||
|
||||
# no need, keep the default root:root
|
||||
chown $app -R $final_path
|
||||
chmod u=rwX,g=rX,o= -R $final_path
|
||||
|
||||
#=================================================
|
||||
# SETUP LOGROTATE
|
||||
|
Loading…
x
Reference in New Issue
Block a user