We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab582b5 commit d8e088dCopy full SHA for d8e088d
tabs/system-setup/9-auto-mount.sh
@@ -26,7 +26,7 @@ get_uuid_fstype() {
26
NAME=$(lsblk -no NAME "${partition}")
27
28
if [ -z "$UUID" ]; then
29
- printf "%b\n" "Failed to retrieve the UUID. Exiting."
+ printf "%b\n" "${RED}Failed to retrieve the UUID. Exiting.${RC}"
30
exit 1
31
fi
32
0 commit comments