1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lufi_ynh.git synced 2024-09-03 19:36:28 +02:00

fix upgrade

Too many arguments ! "-p" will be ignored.

Too many arguments ! "/var/www/lufi/log/production.log" will be ignored.
This commit is contained in:
yalh76 2020-05-27 01:21:24 +02:00
parent 6f471f7943
commit b26b59e0fc

View file

@ -190,7 +190,7 @@ if [ $need_migration_from_sqlite_to_psql -eq 1 ]; then
fi
# Restart with news parameters
ynh_systemd_action -n $app -a restart -l "Creating process id file" -p "$final_path/log/production.log"
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