From baee1e41176ef2c9cef53fc9a5d737fd0ed0e6b8 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Sat, 15 Nov 2025 00:55:03 -0700 Subject: [PATCH] 1763193304 --- customscripts/ramdisk_gimme | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customscripts/ramdisk_gimme b/customscripts/ramdisk_gimme index b5a8d12..2baf1ca 100755 --- a/customscripts/ramdisk_gimme +++ b/customscripts/ramdisk_gimme @@ -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