We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415ffbd commit 9b4cc8dCopy full SHA for 9b4cc8d
customize.sh
@@ -115,7 +115,7 @@ then
115
116
# Clean the config file format and save to a temporary file
117
TmpConfigFile=$MODPATH/TmpSystemlessDebloater.cfg
118
- sed -e '/^#/d' -e 's/#.*//g' -e 's/\"//g' -e 's/[ \t ]//g' -e '/^\s*$/d' $ConfigFile > $TmpConfigFile
+ sed -e '/^#/d' -e 's/#.*//g' -e 's/\"//g' -e 's/[ \t ]//g' -e '/^$/d' $ConfigFile > $TmpConfigFile
119
120
# Append new line to the temporary config if not present
121
if [ -n "$(tail -c1 $TmpConfigFile)" ]
0 commit comments