#!/bin/bash echo "Stopping production services for DTP Base" sudo supervisorctl stop base-web:* sudo supervisorctl stop base-host-services:* echo "Starting production services for DTP Base" sudo supervisorctl start base-host-services:* sudo supervisorctl start base-web:*