diff --git a/scripts/install b/scripts/install index 367a871..f85ae99 100644 --- a/scripts/install +++ b/scripts/install @@ -101,7 +101,6 @@ ynh_store_file_checksum --file="$final_path/data/config.php" # Set permissions to app files chown -R $app: $final_path -chmod o-rwx $final_path chmod -R 755 $final_path/data #================================================= diff --git a/scripts/restore b/scripts/restore index 425d5f4..afccc7e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -77,7 +77,6 @@ ynh_add_fpm_config --package="$extra_php_dependencies" # Restore permissions on app files chown -R $app: $final_path -chmod o-rwx $final_path chmod -R 755 $final_path/data #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index d2dc13c..b67a01c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -123,7 +123,6 @@ ynh_add_config --template="../conf/config-dist.php" --destination="$final_path/d # Set permissions to app files chown -R $app: $final_path -chmod o-rwx $final_path chmod -R 755 $final_path/data #=================================================