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:
commit
d4de46b185
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ then
|
||||||
cd $XSCE_DIR
|
cd $XSCE_DIR
|
||||||
else
|
else
|
||||||
XSCE_DIR=/opt/iiab/iiab
|
XSCE_DIR=/opt/iiab/iiab
|
||||||
|
mkdir -p /etc/iiab
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f iiab.yml ]
|
if [ ! -f iiab.yml ]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue