mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-03 16:00:29 +01:00
Update 92-qbit_manage.sh
This commit is contained in:
@@ -4,7 +4,15 @@ set -e
|
||||
|
||||
if bashio::config.true "qbit_manage"; then
|
||||
|
||||
bashio::log.info "qbit_manage activated, setting system"
|
||||
bashio::log.info "qbit_manage activated, setting system"
|
||||
|
||||
# Disable if armv7
|
||||
if [[ "$(bashio::info.arch)" == "armv7" ]]; then
|
||||
bashio::log.warning "------------------------------------------------"
|
||||
bashio::log.warning "Your system is armv7, qbit_manage cannot be used"
|
||||
bashio::log.warning "------------------------------------------------"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Set folder
|
||||
echo "... setting folder"
|
||||
|
||||
Reference in New Issue
Block a user