completed if statement in start.sh

This commit is contained in:
Mushka Nikita 2023-03-16 16:09:43 +03:00
parent fc241bde9a
commit 32438e5670

View File

@ -9,4 +9,6 @@ elif [ "$1" = "Restart" ]
then (sh $root/build/start/restart.backend.docker.sh)
elif [ "$1" = "Stop" ]
then (sh $root/build/start/stop.backend.docker.sh)
else
echo "Unknown command"
fi