mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00: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 |