From 9b05a14cba26e92ef1b781198f0a1f9e1e2e0a0b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 20 Apr 2021 16:20:11 +0200 Subject: [PATCH] Update restore --- scripts/restore | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 72bfb17..563c0c2 100755 --- a/scripts/restore +++ b/scripts/restore @@ -73,7 +73,6 @@ ynh_restore_file --origin_path="$final_path" # Set permissions to app files chown -R $app:$app $final_path -#chmod o-rwx $final_path chmod 600 $final_path/.env #=================================================