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:
parent
6f471f7943
commit
b26b59e0fc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue