mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-18 13:16:23 +02:00
Update automatic_packages.sh
This commit is contained in:
@@ -40,7 +40,7 @@ PACKAGES="$PACKAGES jq curl"
|
||||
if ls /etc/nginx 1> /dev/null 2>&1; then
|
||||
[ $PACKMANAGER = "apk" ] && PACKAGES="$PACKAGES nginx"
|
||||
[ $PACKMANAGER = "apt" ] && PACKAGES="$PACKAGES nginx"
|
||||
mv /etc/nginx /etc/ngin2
|
||||
mv /etc/nginx /etc/nginx2
|
||||
fi
|
||||
|
||||
# Scripts
|
||||
|
||||
Reference in New Issue
Block a user