mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 09:48:13 -05:00
Added a restart dev script which destroys then starts dev
This commit is contained in:
parent
b243324c65
commit
f61ab55b52
7
scripts/restart-dev
Normal file
7
scripts/restart-dev
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
|
. "$DIR/.common.sh"
|
||||||
|
|
||||||
|
cd "${DIR}/.."
|
||||||
|
|
||||||
|
. scripts/destroy-dev
|
||||||
|
. scripts/start-dev
|
Loading…
Reference in New Issue
Block a user