1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

delete escape \

This commit is contained in:
Krakinou 2018-12-13 23:33:41 +01:00
parent 7d5f2405c7
commit 911ac6199b
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
config_calibre_dir=\"$calibre_dir\"
config_calibre_dir="$calibre_dir"
config_port=$port
config_certfile=''
config_keyfile=''

View file

@ -1,3 +1,3 @@
nickname=\"$admin\"
default_language=\'$language\'
nickname="$admin"
default_language='$language'
password='$(python ../conf/generate_password_hash.py $password $final_path/vendor)'