mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
discussion needed on ./scripts/ansible modularity/choice vs. mandatory intergration
This commit is contained in:
parent
aef70cc1c2
commit
1227bd017b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ STAGE=""
|
|||
|
||||
if [ ! -f /etc/iiab/iiab.env ]; then
|
||||
mkdir -p /etc/iiab
|
||||
./scripts/ansible
|
||||
# ./scripts/ansible # needs discussion
|
||||
else
|
||||
OLD=`grep XSCE /etc/iiab/iiab.env | wc -l`
|
||||
if [ "$OLD" != 0 ] || [ "$1" = "--reinstall" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue