mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
remove service restart during upgrade
This commit is contained in:
parent
c61a6c5186
commit
bbe654850e
1 changed files with 0 additions and 3 deletions
|
@ -190,9 +190,6 @@ if [ $need_migration_from_sqlite_to_psql -eq 1 ]; then
|
|||
chown -R $app: "$final_path/log/production.log"
|
||||
fi
|
||||
|
||||
# Restart with news parameters
|
||||
ynh_systemd_action --service_name=$app --action="restart" --log_path="$final_path/log/production.log" --line_match="Creating process id file"
|
||||
|
||||
carton exec script/lufi sqliteToOtherDB
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue