summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--files/core-functions.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/files/core-functions.sh b/files/core-functions.sh
index 919bf80..bf5333a 100644
--- a/files/core-functions.sh
+++ b/files/core-functions.sh
@@ -58,6 +58,9 @@ spinning() {
#
function system_setup() {
+ # Create $WORKDIR just in case
+ mkdir -p "$WORKDIR"
+
# Set LOCAL if mirror isn't through network
# If mirror is through network, select the command to fetch
# files and packages from there.