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