mirror of
https://github.com/YunoHost-Apps/freescout_ynh.git
synced 2024-09-03 18:36:23 +02:00
Update install
This commit is contained in:
parent
8f8c0d9997
commit
cc3d226a16
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ ynh_setup_source --dest_dir="$install_dir"
|
||||||
|
|
||||||
chmod -R o-rwx "$install_dir"
|
chmod -R o-rwx "$install_dir"
|
||||||
chown -R $app:www-data "$install_dir"
|
chown -R $app:www-data "$install_dir"
|
||||||
|
|
||||||
usermod -g www-data $app
|
usermod -g www-data $app
|
||||||
find $install_dir -type f -exec chmod 664 {} \;
|
find $install_dir -type f -exec chmod 664 {} \;
|
||||||
find $install_dir -type d -exec chmod 775 {} \;
|
find $install_dir -type d -exec chmod 775 {} \;
|
||||||
|
|
Loading…
Reference in a new issue