Fixed start script

This commit is contained in:
root 2023-06-28 18:06:46 +00:00
parent 56d5311e5e
commit fbe9b1bb15

View File

@ -19,7 +19,6 @@ startservice() {
cd /federated/apps/$SERVICE && docker-compose -f docker-compose.yml -p $SERVICE up -d &> /dev/null
echo -ne "done.\n"
else
if [ "$SERVICE" = "jitsi" ]; then
spin &
SPINPID=$!