Learning Circle : cdist #5 - update 2
This commit is contained in:
parent
7a5c11a44f
commit
18f5b6abfb
1 changed files with 12 additions and 0 deletions
|
@ -1,5 +1,17 @@
|
|||
#!/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"
|
||||
domain="$__object_id"
|
||||
|
||||
|
|
Loading…
Reference in a new issue