mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 21:08: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 |