Update automatic_packages.sh

This commit is contained in:
Alexandre
2021-12-09 07:17:04 +01:00
committed by GitHub
parent 9ba1e537ab
commit eb35eefd57

View File

@@ -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