style(mainsail/fluidd): fix wording

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
th33xitus
2023-06-06 21:08:40 +02:00
parent 7e7043ad48
commit fd05e14a00
2 changed files with 8 additions and 8 deletions

View File

@@ -16,12 +16,12 @@ set -e
#===================================================#
function install_fluidd() {
### exit early if moonraker not found
if [[ -z $(moonraker_systemd) ]]; then
local error="Moonraker not installed! Please install Moonraker first!"
local error="Moonraker not installed! It's recommended to install Moonraker first!"
print_error "${error}"
while true; do
read -p "${cyan}###### Install Fluidd without Moonraker? (y/N):${white} " yn
local yn
read -p "${cyan}###### Proceed to install Fluidd without installing Moonraker? (y/N):${white} " yn
case "${yn}" in
Y|y|Yes|yes)
select_msg "Yes"
@@ -44,7 +44,7 @@ function install_fluidd() {
status_msg "Initializing Fluidd installation ..."
### first, we create a backup of the full klipper_config dir - safety first!
backup_klipper_config_dir
#backup_klipper_config_dir
### check for other enabled web interfaces
unset SET_LISTEN_PORT