Skip to content

Commit 9b4cc8d

Browse files
authored
Add files via upload
1 parent 415ffbd commit 9b4cc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

customize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ then
115115

116116
# Clean the config file format and save to a temporary file
117117
TmpConfigFile=$MODPATH/TmpSystemlessDebloater.cfg
118-
sed -e '/^#/d' -e 's/#.*//g' -e 's/\"//g' -e 's/[ \t ]//g' -e '/^\s*$/d' $ConfigFile > $TmpConfigFile
118+
sed -e '/^#/d' -e 's/#.*//g' -e 's/\"//g' -e 's/[ \t ]//g' -e '/^$/d' $ConfigFile > $TmpConfigFile
119119

120120
# Append new line to the temporary config if not present
121121
if [ -n "$(tail -c1 $TmpConfigFile)" ]

0 commit comments

Comments
 (0)