cleaning
This commit is contained in:
parent
3ea39b244b
commit
24b842a772
2 changed files with 8 additions and 0 deletions
|
|
@ -25,6 +25,10 @@ ynh_setup_source --dest_dir="$install_dir/live"
|
|||
# Download redis migration script
|
||||
ynh_setup_source --source_id=redis_migration --dest_dir="$install_dir/live"
|
||||
|
||||
chmod -R 775 "$install_dir"
|
||||
chmod o-rwx "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
#=================================================
|
||||
# ADD SWAP IF NEEDED
|
||||
#=================================================
|
||||
|
|
|
|||
|
|
@ -64,6 +64,10 @@ ynh_setup_source --dest_dir="$install_dir/live" --full_replace --keep="public/sy
|
|||
# Download redis migration script
|
||||
ynh_setup_source --source_id=redis_migration --dest_dir="$install_dir/live"
|
||||
|
||||
chmod -R 775 "$install_dir"
|
||||
chmod o-rwx "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
#=================================================
|
||||
# BUILD ASSETS
|
||||
#=================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue