From 453d75b40e58a2a3ad50e8f4b56a748db5b66ff1 Mon Sep 17 00:00:00 2001 From: elseif Date: Tue, 1 Sep 2026 09:01:41 +0800 Subject: [PATCH] modified: setup-routeros.sh --- setup-routeros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-routeros.sh b/setup-routeros.sh index fd1445a..9796147 100644 --- a/setup-routeros.sh +++ b/setup-routeros.sh @@ -900,7 +900,7 @@ step_install() { return 1 fi - if ! mount "$rosp" "$ROS_MNT" >> "$LOG_FILE" 2>&1; then + if ! mount -t ext4 "$rosp" "$ROS_MNT" >> "$LOG_FILE" 2>&1; then step_msg "[ 62%] [ERR] Step 5/8: Failed to mount RouterOS partition ($rosp)" echo "Failed to mount RouterOS partition $rosp to $ROS_MNT" > "$ERR_FILE" return 1