mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-23 13:18:14 -05:00
7 lines
130 B
Plaintext
7 lines
130 B
Plaintext
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||
|
. "$DIR/.common.sh"
|
||
|
|
||
|
cd "${DIR}/.."
|
||
|
|
||
|
. scripts/destroy-dev
|
||
|
. scripts/start-dev
|