mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 09:48:13 -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
|