From 2e370a3f5779dc6fde24637242c5d9bae27d1114 Mon Sep 17 00:00:00 2001 From: peterpt <7487321+peterpt@users.noreply.github.com> Date: Sat, 5 Oct 2019 05:03:56 -0400 Subject: [PATCH] Update Fixed Bug --- update | 1 + 1 file changed, 1 insertion(+) diff --git a/update b/update index c3a0eec..e81e357 100644 --- a/update +++ b/update @@ -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