Learnig Circle : cdist #5 - update 2
This commit is contained in:
parent
0f05a6b5cd
commit
bce04d46ce
1 changed files with 12 additions and 0 deletions
|
@ -1,5 +1,17 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
|
os=$(cat "$__global/explorer/os")
|
||||||
|
|
||||||
|
case "$os" in
|
||||||
|
devuan)
|
||||||
|
:
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
echo "OS $os currently not supported" >&2
|
||||||
|
exit 1
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
nginx_config_dir="/etc/nginx/conf.d"
|
nginx_config_dir="/etc/nginx/conf.d"
|
||||||
domain="$__object_id"
|
domain="$__object_id"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue