mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
iiab_state
This commit is contained in:
parent
2519c74887
commit
916d3052ae
8 changed files with 12 additions and 7 deletions
|
@ -146,6 +146,11 @@ if [ "$STAGE" -lt 2 ] && [ "$1" == "--debug" ]; then
|
|||
echo -e "\n'--debug' *ignored* as STAGE (counter) < 2."
|
||||
fi
|
||||
|
||||
# to catch up images to current code to benefit from pre-installed apps
|
||||
if [ -f /etc/iiab/config_vars2.yml ]; then
|
||||
mv /etc/iiab/config_vars2.yml $APPS
|
||||
fi
|
||||
|
||||
if [ -f $APPS ]; then
|
||||
if grep -q sugar $APPS; then
|
||||
if ! grep -q mongodb $APPS; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue