Skip to content

Commit

Permalink
Merge pull request #4 from luddinho/typo
Browse files Browse the repository at this point in the history
corrected typo
  • Loading branch information
toafez authored Sep 23, 2023
2 parents d5989bc + 5d3225c commit 75427a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/execute.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75427a9

Please sign in to comment.