Update automatic_packages.sh

This commit is contained in:
Alexandre
2021-12-10 04:09:28 +01:00
committed by GitHub
parent 50af184bc5
commit fc727ef106

View File

@@ -130,6 +130,9 @@ fi
for files in "/scripts" "/etc/cont-init.d"; do
# Next directory if does not exists
if ! ls $files 1> /dev/null 2>&1; then continue; fi
# Bashio
if [[ $(grep -rnw "$files/" -e 'bashio') ]] && [ ! -f "/usr/bin/bashio" ]; then
[ $VERBOSE = true ] && echo "install bashio"