mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
runtags failsafe - as iiab.yml references config_vars.yml
This commit is contained in:
parent
2fc0c119e9
commit
4079043456
1 changed files with 5 additions and 0 deletions
5
runtags
5
runtags
|
@ -14,6 +14,11 @@ then
|
|||
exit
|
||||
fi
|
||||
|
||||
if [ ! -f /etc/iiab/config_vars.yml ]; then
|
||||
mkdir -p /etc/iiab
|
||||
echo "{}" > /etc/iiab/config_vars.yml
|
||||
fi
|
||||
|
||||
tags=$(echo $1 | tr "," "\n")
|
||||
|
||||
if [ "$tags" == "" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue