peerjs minor fix

This commit is contained in:
Gitouche 2021-06-04 10:13:57 +02:00
parent 1f3ab1406f
commit 5c1f45261a
1 changed files with 1 additions and 1 deletions

View File

@ -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