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 4260401 commit ab582b5Copy full SHA for ab582b5
tabs/system-setup/9-auto-mount.sh
@@ -50,7 +50,7 @@ create_mount_point() {
50
51
# Function to update /etc/fstab with a comment on the first line and the actual entry on the second line
52
update_fstab() {
53
- printf "%b\n" "Adding entry to /etc/fstab..."
+ printf "%b\n" "${YELLOW}Adding entry to /etc/fstab...${RC}"
54
$ESCALATION_TOOL cp /etc/fstab /etc/fstab.bak # Backup fstab
55
56
# Prepare the comment and the fstab entry
0 commit comments