Skip to content

Commit ab582b5

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

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
@@ -50,7 +50,7 @@ create_mount_point() {
5050

5151
# Function to update /etc/fstab with a comment on the first line and the actual entry on the second line
5252
update_fstab() {
53-
printf "%b\n" "Adding entry to /etc/fstab..."
53+
printf "%b\n" "${YELLOW}Adding entry to /etc/fstab...${RC}"
5454
$ESCALATION_TOOL cp /etc/fstab /etc/fstab.bak # Backup fstab
5555

5656
# Prepare the comment and the fstab entry

0 commit comments

Comments
 (0)