shop-back-end/agileboot-api/scripts/restart.sh

4 lines
38 B
Bash

#!/bin/sh
./stop.sh
sleep 2
./start.sh