We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c0a95 commit dc51587Copy full SHA for dc51587
1 file changed
docker/scripts/app-create-dirs.sh
@@ -31,6 +31,6 @@ for sub in \
31
; do
32
if [ ! -d "$sub" ]; then
33
echo "Creating dir $sub"
34
- mkdir -p "$dir";
+ mkdir -p "$sub";
35
fi
36
done
0 commit comments