1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Fix commit 7f96f52 mistake

Chmod was applied to the wrong file.
This commit is contained in:
lapineige 2017-06-24 16:35:36 +02:00 committed by GitHub
parent 7f96f52076
commit 5b75043361

View file

@ -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"