1763193304

This commit is contained in:
2025-11-15 00:55:03 -07:00
parent 7da67ea379
commit baee1e4117
+1 -1
View File
@@ -7,7 +7,7 @@ mode=1777
ramdisk_file="$mount_point/.ramdisk"
# make the mount point if not exist
if [ ! -d "$mount_point:" ]; then
if [ ! -d "$mount_point" ]; then
echo "$mount_point doensnt exist, creating..."
sudo mkdir -p "$mount_point"
fi