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"