mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-13 11:21:02 +01: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