Status and installation worked.

This commit is contained in:
Kenneth Jiang
2022-07-24 21:40:15 -07:00
parent 1d7fb010af
commit 023103709d
3 changed files with 371 additions and 1 deletions

View File

@@ -70,4 +70,8 @@ function set_globals() {
NGINX_SA="/etc/nginx/sites-available"
NGINX_SE="/etc/nginx/sites-enabled"
NGINX_CONFD="/etc/nginx/conf.d"
}
#=============== MOONRAKER-OBICO ================#
MOONRAKER_OBICO_DIR="${HOME}/moonraker-obico"
MOONRAKER_OBICO_REPO="https://github.com/TheSpaghettiDetective/moonraker-obico.git"
}