config/agileboot-api/restart.sh

4 lines
44 B
Bash

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