Skip to content

Commit d8e088d

Browse files
guruswarupaNyx
andauthored
Update tabs/system-setup/9-auto-mount.sh
Co-authored-by: Nyx <144965845+nnyyxxxx@users.noreply.github.com>
1 parent ab582b5 commit d8e088d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabs/system-setup/9-auto-mount.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ get_uuid_fstype() {
2626
NAME=$(lsblk -no NAME "${partition}")
2727

2828
if [ -z "$UUID" ]; then
29-
printf "%b\n" "Failed to retrieve the UUID. Exiting."
29+
printf "%b\n" "${RED}Failed to retrieve the UUID. Exiting.${RC}"
3030
exit 1
3131
fi
3232

0 commit comments

Comments
 (0)