Skip to content

Commit

Permalink
folders created
Browse files Browse the repository at this point in the history
  • Loading branch information
AAPohl authored Feb 27, 2024
1 parent 4b17c59 commit 9130fb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ if [ -f $PATH_SHNG/etc/.not_mounted ]; then
for i in $DIRS_CONF; do
if [ -f $PATH_CONF/$i/.not_mounted ]; then
WARN_MOUNT_CONF="${WARN_MOUNT_CONF# } $i"
else
mkdir -p $PATH_CONF/$i
fi
done

Expand Down

0 comments on commit 9130fb0

Please sign in to comment.