mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
add eval to pass_hash
This commit is contained in:
parent
957e75f580
commit
8ff79ce437
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ sleep 1s
|
||||||
eval sqlite3 $final_path/app.db "$conf"
|
eval sqlite3 $final_path/app.db "$conf"
|
||||||
sleep 1s
|
sleep 1s
|
||||||
conf="\"UPDATE user SET password='$pass_hash'WHERE ID=1\""
|
conf="\"UPDATE user SET password='$pass_hash'WHERE ID=1\""
|
||||||
sqlite3 $final_path/app.db "$conf"
|
eval sqlite3 $final_path/app.db "$conf"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue