Fixed Bug
This commit is contained in:
peterpt 2019-10-05 05:03:56 -04:00 committed by GitHub
parent 90cd64fa8a
commit 2e370a3f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
update
View File

@ -106,6 +106,7 @@ echo ""
echo -n "* - Creating Temporary Directory for config files...."
find . -type f -name "*.md" -exec rm -f {} \; > /dev/null 2>&1
tmpdir="$HOME/frtemp"
mkdir tmpdir="$HOME/frtemp" >/dev/null 2>&1
rm -f "$path/temp/*" >/dev/null 2>&1
mkdir "$tmpdir/autorun/" >/dev/null 2>&1
mkdir "$tmpdir/config" > /dev/null 2>&1