1
0
Fork 0
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:
yalh76 2020-06-02 21:56:09 +02:00
parent c61a6c5186
commit bbe654850e

View file

@ -190,9 +190,6 @@ if [ $need_migration_from_sqlite_to_psql -eq 1 ]; then
chown -R $app: "$final_path/log/production.log" chown -R $app: "$final_path/log/production.log"
fi 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 carton exec script/lufi sqliteToOtherDB
fi fi