1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00
This commit is contained in:
ericgaspar 2021-03-26 20:06:14 +01:00
parent 4fa51dd51b
commit 4acd8d8459
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 3 deletions

View file

@ -106,7 +106,7 @@ ynh_add_config --template="../conf/.env.example" --destination="$final_path/.env
# Set permissions to app files # Set permissions to app files
chown -R $app:$app $final_path chown -R $app:$app $final_path
chmod o-rwx $final_path #chmod o-rwx $final_path
chmod 600 $final_path/.env chmod 600 $final_path/.env
#================================================= #=================================================

View file

@ -73,7 +73,7 @@ ynh_restore_file --origin_path="$final_path"
# Set permissions to app files # Set permissions to app files
chown -R $app:$app $final_path chown -R $app:$app $final_path
chmod o-rwx $final_path #chmod o-rwx $final_path
chmod 600 $final_path/.env chmod 600 $final_path/.env
#================================================= #=================================================

View file

@ -109,7 +109,7 @@ ynh_add_fpm_config --package="$extra_php_dependencies"
# Set permissions to app files # Set permissions to app files
chown -R $app:$app $final_path chown -R $app:$app $final_path
chmod o-rwx $final_path #chmod o-rwx $final_path
chmod 600 $final_path/.env chmod 600 $final_path/.env
#================================================= #=================================================