mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
retour à l'ancien
This commit is contained in:
parent
3ec8fafe3f
commit
7d77b58535
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ conf="\"UPDATE user SET $(. <(echo -E echo $(<../conf/init_calibre_db_user))) WH
|
||||||
sleep 1s
|
sleep 1s
|
||||||
eval sqlite3 $final_path/app.db "$conf"
|
eval sqlite3 $final_path/app.db "$conf"
|
||||||
sleep 1s
|
sleep 1s
|
||||||
sqlite3 $final_path/app.db \"UPDATE user SET password=\'$pass_hash\' WHERE ID=1\"
|
sqlite3 $final_path/app.db "UPDATE user SET password='$(python ../conf/generate_password_hash.py $pass $final_path/vendor)' WHERE ID=1"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue