From 6a9efa3bf8339b797ed38123a1bcdbfe2746bcc9 Mon Sep 17 00:00:00 2001 From: RealJohnGalt Date: Wed, 31 Oct 2018 08:47:29 -0700 Subject: [PATCH] correct default path --- cemutil.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cemutil.sh b/cemutil.sh index f101306..0a71380 100755 --- a/cemutil.sh +++ b/cemutil.sh @@ -93,7 +93,7 @@ shift $((OPTIND -1)) #Set opts if unset if [[ "$instdir" == "" ]]; then - instdir=$HOME/.cemutemp + instdir=$HOME/.cemu fi if [[ "$cemuzip" == "" ]]; then cemuzip=cemutemp.zip