mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
parent
7f96f52076
commit
5b75043361
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ ynh_replace_string "{DBUSER}" "${db_user}" "$wb_conf"
|
||||||
ynh_replace_string "{DBPASS}" "${db_pwd}" "$wb_conf"
|
ynh_replace_string "{DBPASS}" "${db_pwd}" "$wb_conf"
|
||||||
ynh_replace_string "{DESKEY}" "${deskey}" "$wb_conf"
|
ynh_replace_string "{DESKEY}" "${deskey}" "$wb_conf"
|
||||||
# Restrict rights to Wallabag user only
|
# Restrict rights to Wallabag user only
|
||||||
chmod 600 ../conf/parameters.yml
|
chmod 600 "$wb_conf"
|
||||||
|
|
||||||
# Install files and set permissions
|
# Install files and set permissions
|
||||||
sudo mv "$TMPDIR" "$final_path"
|
sudo mv "$TMPDIR" "$final_path"
|
||||||
|
|
Loading…
Add table
Reference in a new issue