summaryrefslogtreecommitdiff
path: root/cron/live-build-cron-manual
diff options
context:
space:
mode:
Diffstat (limited to 'cron/live-build-cron-manual')
-rwxr-xr-xcron/live-build-cron-manual4
1 files changed, 3 insertions, 1 deletions
diff --git a/cron/live-build-cron-manual b/cron/live-build-cron-manual
index de38a3287..7a7c4a0db 100755
--- a/cron/live-build-cron-manual
+++ b/cron/live-build-cron-manual
@@ -31,7 +31,9 @@ Init ()
exit 0
fi
- if [ -z "${LIVE_BUILD_CRON_MANUAL_DIRECTORY}" ]
+ mkdir -p "${LIVE_BUILD_CRON_MANUAL_DIRECTORY}"
+
+ if [ ! -d "${LIVE_BUILD_CRON_MANUAL_DIRECTORY}" ]
then
echo "E: live-build-cron-manual directory not set."
exit 1