mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-14 19:41:31 +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
|
if ls /etc/nginx 1> /dev/null 2>&1; then
|
||||||
[ $PACKMANAGER = "apk" ] && PACKAGES="$PACKAGES nginx"
|
[ $PACKMANAGER = "apk" ] && PACKAGES="$PACKAGES nginx"
|
||||||
[ $PACKMANAGER = "apt" ] && PACKAGES="$PACKAGES nginx"
|
[ $PACKMANAGER = "apt" ] && PACKAGES="$PACKAGES nginx"
|
||||||
mv /etc/nginx /etc/ngin2
|
mv /etc/nginx /etc/nginx2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Scripts
|
# Scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user