Skip to content

Commit

Permalink
use -L
Browse files Browse the repository at this point in the history
  • Loading branch information
johnko committed Jan 18, 2025
1 parent 594a006 commit 483ed26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab-squid-ramdisk/run-vm2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ case $1 in
;;
start | *)
ls -l /Volumes/RAMDisk
if test -h /var/root/Library/Application\ Support/multipassd ; then
if test -L /var/root/Library/Application\ Support/multipassd ; then
if ! ls -l /var/root/Library/Application\ Support/multipassd/ ; then
if test -d /var/root/Library/Application\ Support/multipassd.bkp ; then
launchctl unload /Library/LaunchDaemons/com.canonical.multipassd.plist
Expand Down

0 comments on commit 483ed26

Please sign in to comment.