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:
parent
7d5f2405c7
commit
911ac6199b
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
config_calibre_dir=\"$calibre_dir\"
|
||||
config_calibre_dir="$calibre_dir"
|
||||
config_port=$port
|
||||
config_certfile=''
|
||||
config_keyfile=''
|
||||
|
|
|
@ -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)'
|
Loading…
Add table
Reference in a new issue