1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

missing mkdir in runansible

This commit is contained in:
Jerry Vonau 2017-09-25 13:24:01 -05:00
parent a9df337ac5
commit 5d57c6f250

View file

@ -25,6 +25,7 @@ then
cd $XSCE_DIR
else
XSCE_DIR=/opt/iiab/iiab
mkdir -p /etc/iiab
fi
if [ ! -f iiab.yml ]