1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00
This commit is contained in:
Krakinou 2023-08-05 11:36:27 +02:00
parent a15211390f
commit 5597cb11ef

View file

@ -30,7 +30,7 @@ if echo "$group" | grep visitors ; then
rm ../manifest.toml rm ../manifest.toml
#Update settings in calibre database #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_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 # ynh_systemd_action --service_name=$app --action=restart --line_match="Starting Gevent server on" -t 30
fi fi