feat: KIAUH v4.0.0 #191

Merged
dw-0 merged 453 commits from v4-rc into master 2022-05-29 20:11:16 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit be9c2d36e7 - Show all commits

View File

@@ -18,7 +18,7 @@ set -e
function install_fluidd(){ function install_fluidd(){
### exit early if moonraker not found ### exit early if moonraker not found
if [ -z "$(moonraker_systemd)" ]; then if [ -z "$(moonraker_systemd)" ]; then
local error="Moonraker service not found!\n Please install Moonraker first!" local error="Moonraker not installed! Please install Moonraker first!"
print_error "${error}" && return print_error "${error}" && return
fi fi
### checking dependencies ### checking dependencies

View File

@@ -18,7 +18,7 @@ set -e
function install_mainsail(){ function install_mainsail(){
### exit early if moonraker not found ### exit early if moonraker not found
if [ -z "$(moonraker_systemd)" ]; then if [ -z "$(moonraker_systemd)" ]; then
local error="Moonraker service not found!\n Please install Moonraker first!" local error="Moonraker not installed! Please install Moonraker first!"
print_error "${error}" && return print_error "${error}" && return
fi fi
### checking dependencies ### checking dependencies