mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
Update install
This commit is contained in:
parent
457bef0c83
commit
fd2d45b182
1 changed files with 0 additions and 1 deletions
|
@ -205,7 +205,6 @@ ynh_script_progression --message="Starting a systemd service..." --time --weight
|
|||
# Start a systemd service
|
||||
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd" --line_match="Rocket has launched from" --length=100
|
||||
if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
|
||||
ynh_systemd_action --service_name=$app --action="restart" --log_path="systemd" --line_match="Rocket has launched from" --length=100
|
||||
sleep 60
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue