1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/castopod_ynh.git synced 2024-09-03 18:16:14 +02:00

Update restore

This commit is contained in:
ericgaspar 2021-04-20 16:20:11 +02:00
parent e59b20bc9e
commit 9b05a14cba
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -73,7 +73,6 @@ 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 600 $final_path/.env chmod 600 $final_path/.env
#================================================= #=================================================