Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added auto mount script #494

Merged
merged 11 commits into from
Sep 19, 2024
Prev Previous commit
Next Next commit
Update tabs/system-setup/9-auto-mount.sh
Co-authored-by: Nyx <144965845+nnyyxxxx@users.noreply.github.com>
  • Loading branch information
guruswarupa and nnyyxxxx authored Sep 19, 2024
commit c0f153c75d1f1f404395f69ef0a2f12c46005b8d
2 changes: 1 addition & 1 deletion tabs/system-setup/9-auto-mount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ select_drive() {
if lsblk | grep -q "${drive_name}"; then
partition="/dev/${drive_name}"
else
printf "%b\n" "Invalid drive/partition name!"
printf "%b\n" "${RED}Invalid drive/partition name!${RC}"
exit 1
fi
}
Expand Down