peerjs minor fix
This commit is contained in:
parent
1f3ab1406f
commit
5c1f45261a
|
@ -13,7 +13,7 @@ ensure_container_exists ${container_name}
|
|||
if check_systemd_unit_exists ${service_name}; then
|
||||
if check_systemd_unit_running ${service_name}; then
|
||||
systemctl --user stop ${service_name} &&
|
||||
Systemd service ${service_name} stopped
|
||||
echo Systemd service ${service_name} stopped
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue