From a1bdcb09956903e36757fd30d60d25836f20ebdf Mon Sep 17 00:00:00 2001 From: chiteroman Date: Tue, 13 Aug 2024 23:53:02 +0200 Subject: [PATCH] Double quote to prevent globbing and word splitting --- module/customize.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/customize.sh b/module/customize.sh index aa4e11c..8e69188 100644 --- a/module/customize.sh +++ b/module/customize.sh @@ -32,4 +32,4 @@ if [ -f "/data/adb/pif.json" ]; then ui_print "- Backup custom pif.json" fi -rm -rf $MODPATH/system +rm -rf "$MODPATH"/system