mv: mount.sh dir

This commit is contained in:
Jamie Albert
2025-11-12 02:02:04 +00:00
parent 460f14c71b
commit a76f8761dd
2 changed files with 1 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ main() {
"${DAO_SCRIPTS_DIR}/on_demand/pwgen.sh" "$@"
;;
mount)
"${DAO_SCRIPTS_DIR}/always/mount.sh" "$@"
"${DAO_SCRIPTS_DIR}/reboot/mount.sh" "$@"
;;
*)