From de26c9dcb5811602c297a0483e39fd7d002b590f Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Fri, 22 Feb 2019 17:26:43 +1100 Subject: [PATCH] mkdir --- scripts/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 4e12bd8..4ea8048 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -108,5 +108,8 @@ gosu $HOST_USER $HOST_HOME/.config/scripts/startup.sh # Ensure the container user has ownership of the volumes before starting $REPO_ROOT/scripts/bootstrap-volumes.sh +# Make logs directory +mkdir $DESKTOP_ENVIRONMENT_REPOSITORY/logs + # Recycle the desktop environment $DESKTOP_ENVIRONMENT_REPOSITORY/scripts/recycle.sh