mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
Typo
This commit is contained in:
parent
a15211390f
commit
5597cb11ef
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ if echo "$group" | grep visitors ; then
|
|||
rm ../manifest.toml
|
||||
|
||||
#Update settings in calibre database
|
||||
sqlite3 $install_dir/app.db "UPDATE settings SET config_reverse_proxy_login_header_name='', config_allow_reverse_proxy_header_login=0 WHERE ID)1;"
|
||||
sqlite3 $install_dir/app.db "UPDATE settings SET config_reverse_proxy_login_header_name='', config_allow_reverse_proxy_header_login=0 WHERE ID=1;"
|
||||
# ynh_print_info --message="Restarting Calibre-web to take new parameters into account
|
||||
# ynh_systemd_action --service_name=$app --action=restart --line_match="Starting Gevent server on" -t 30
|
||||
fi
|
Loading…
Add table
Reference in a new issue