From 5b75043361e511d1ec12dba24f5160d716df57d1 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 24 Jun 2017 16:35:36 +0200 Subject: [PATCH] Fix commit 7f96f52 mistake Chmod was applied to the wrong file. --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6e77d4b..d738015 100644 --- a/scripts/install +++ b/scripts/install @@ -92,7 +92,7 @@ ynh_replace_string "{DBUSER}" "${db_user}" "$wb_conf" ynh_replace_string "{DBPASS}" "${db_pwd}" "$wb_conf" ynh_replace_string "{DESKEY}" "${deskey}" "$wb_conf" # Restrict rights to Wallabag user only -chmod 600 ../conf/parameters.yml +chmod 600 "$wb_conf" # Install files and set permissions sudo mv "$TMPDIR" "$final_path"