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 2018-12-15 17:51:12 +01:00
parent 0e48c14930
commit 32f7c9535f

View file

@ -154,7 +154,7 @@ if [ -z "$password" ]; then echo "password is unset"; else echo "password is set
if [ -z "$pass_hash" ]; then echo "pass_hash is unset"; else echo "pass_hash is set to '$pass_hash'"; fi if [ -z "$pass_hash" ]; then echo "pass_hash is unset"; else echo "pass_hash is set to '$pass_hash'"; fi
if [ -z "$language" ]; then echo "language is unset"; else echo "language is set to '$language'"; fi if [ -z "$language" ]; then echo "language is unset"; else echo "language is set to '$language'"; fi
if [ -z "$final_path" ]; then echo "final_path is unset"; else echo "final_path is set to '$final_path'"; fi if [ -z "$final_path" ]; then echo "final_path is unset"; else echo "final_path is set to '$final_path'"; fi
sleep 1s
eval sqlite3 $final_path/app.db "$conf" eval sqlite3 $final_path/app.db "$conf"