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

4 lines
38 B
Bash
Raw Normal View History

2025-03-08 08:21:27 +08:00
#!/bin/sh
./stop.sh
sleep 2
./start.sh