1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #311 from jvonau/selinux

missing mkdir in runansible

(smoke tests completed on Raspbian & Debian 9.1, discussing over live chat after our http://minutes.iiab.io call)
This commit is contained in:
A Holt 2017-09-25 15:12:23 -04:00 committed by GitHub
commit d4de46b185

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 ]