From 5d3225ce7e63082ee2f341cd9beda82b4dfca651 Mon Sep 17 00:00:00 2001 From: Luddi Date: Fri, 22 Sep 2023 14:48:59 +0200 Subject: [PATCH] corrected typo --- ui/execute.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/execute.sh b/ui/execute.sh index 0e62a05..52a6476 100755 --- a/ui/execute.sh +++ b/ui/execute.sh @@ -195,7 +195,7 @@ if [[ "${connect}" == "true" ]] && [ -n "${mountpoint}" ]; then else # WARNING: Disk could not be ejected. echo "${txt_disk_could_not_be_ejected}" >> "${log}" - echo "${txt_system_response}:~# ${umount_check}" >> "${log}" + echo "${txt_system_response}:~# ${unmount_check}" >> "${log}" [[ "${signal}" == "true" ]] && signal_warning synodsmnotify -c SYNO.SDS.${app}.Application @administrators ${app}:app:subtitle ${app}:app:autopilot_warning_a "${mountpoint}" fi