Learning Circle : cdist #5 - update 2

This commit is contained in:
youngjin.han 2020-05-14 00:08:42 +09:00
parent 7a5c11a44f
commit 18f5b6abfb
1 changed files with 12 additions and 0 deletions

View File

@ -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"