1762518469

This commit is contained in:
2025-11-07 05:27:48 -07:00
parent 6cf4b0030d
commit f35b496e41
+1 -1
View File
@@ -21,7 +21,7 @@ fi
sudo mount -t tmpfs -o rw,nodev,size=$ramdisk_size,mode=$mode tmpfs $mount_point sudo mount -t tmpfs -o rw,nodev,size=$ramdisk_size,mode=$mode tmpfs $mount_point
ret=$? ret=$?
if [ $ret -ne 0 ]; if [ $ret -ne 0 ]; then
echo "Error mounting ramdisk $mount_point ($ramdisk_size) return code $ret" echo "Error mounting ramdisk $mount_point ($ramdisk_size) return code $ret"
else else
echo "Mounted ramdisk $mount_point ($ramdisk_size)" echo "Mounted ramdisk $mount_point ($ramdisk_size)"