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
0967afd88d
commit
e13967f598
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ ynh_script_progression --message="Setting up source files..." --weight=1
|
||||||
# Download, check integrity, uncompress and patch the source from manifest.toml
|
# Download, check integrity, uncompress and patch the source from manifest.toml
|
||||||
ynh_setup_source --dest_dir="$install_dir"
|
ynh_setup_source --dest_dir="$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 {} \;
|
||||||
|
|
Loading…
Add table
Reference in a new issue