1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/collabora_ynh.git synced 2024-09-03 18:16:25 +02:00

disable not implemented change_url

This commit is contained in:
Salamandar 2024-01-29 14:05:51 +01:00
parent 26ce270ffb
commit fe0de4212c
2 changed files with 3 additions and 1 deletions

View file

@ -52,7 +52,7 @@ ynh_script_progression --message="Starting a systemd service..." --weight=5
# Start a systemd service # Start a systemd service
# NB. : we need a stupid *re*start because the service is in fact already started during the damn package install ... so it won't find a recent "Ready to accept connection" match ... # NB. : we need a stupid *re*start because the service is in fact already started during the damn package install ... so it won't find a recent "Ready to accept connection" match ...
ynh_systemd_action --service_name="coolwsd" --action="stop" --log_path="systemd" ynh_systemd_action --service_name="coolwsd" --action="stop" --log_path="systemd"
ynh_systemd_action --service-name="coolwsd" --action="reset-failed" systemctl reset-failed coolwsd
ynh_systemd_action --service_name="coolwsd" --action="start" --log_path="systemd" --line_match="Ready to accept connections" ynh_systemd_action --service_name="coolwsd" --action="start" --log_path="systemd" --line_match="Ready to accept connections"
#================================================= #=================================================

View file

@ -6,4 +6,6 @@ test_format = 1.0
args.nextcloud_domain = "nextcloud.tld" args.nextcloud_domain = "nextcloud.tld"
exclude = ["change_url"]
# test_upgrade_from.5725c85c09f1d3b76d12a4dc4d367ec911cd0019.name = "Last packaging v1 version" # test_upgrade_from.5725c85c09f1d3b76d12a4dc4d367ec911cd0019.name = "Last packaging v1 version"