1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-28 13:48:49 +08:00
Mainflux.mainflux/scripts/stop_services.sh
Drasko DRASKOVIC 90a141ea41 Fix scripts to use new service names
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
2017-09-05 01:37:28 +02:00

10 lines
176 B
Bash
Executable File

#!/bin/bash
###
# Stops services on the local system prior to running containers
# in order to liberate binding ports
###
sudo service mosquitto stop
sudo service nginx stop