fix: remove redundant global for moonraker
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
#!/bin/bash
|
||||
### set important directories
|
||||
|
||||
#kiauh.sh
|
||||
#klipper
|
||||
# klipper
|
||||
readonly KLIPPER_DIR=${HOME}/klipper
|
||||
readonly KLIPPY_ENV=${HOME}/klippy-env
|
||||
#nginx
|
||||
@@ -12,6 +11,7 @@ readonly NGINX_CONFD=/etc/nginx/conf.d
|
||||
#moonraker
|
||||
readonly MOONRAKER_DIR=${HOME}/moonraker
|
||||
readonly MOONRAKER_ENV=${HOME}/moonraker-env
|
||||
readonly MOONRAKER_REPO="https://github.com/Arksine/moonraker.git"
|
||||
#mainsail
|
||||
readonly MAINSAIL_DIR=${HOME}/mainsail
|
||||
#fluidd
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
### base variables
|
||||
MOONRAKER_ENV="${HOME}/moonraker-env"
|
||||
MOONRAKER_DIR="${HOME}/moonraker"
|
||||
MOONRAKER_REPO="https://github.com/Arksine/moonraker.git"
|
||||
#!/bin/bash
|
||||
|
||||
system_check_moonraker(){
|
||||
### python 3 check
|
||||
|
||||
Reference in New Issue
Block a user