Update automatic_packages.sh

This commit is contained in:
Alexandre
2021-12-10 21:28:58 +01:00
committed by GitHub
parent 4610495432
commit 0d02704536

View File

@@ -53,7 +53,7 @@ if ls /etc/nginx 1> /dev/null 2>&1; then
fi
# Scripts
for files in "/etc/cont-init.d" "/scripts"; do
for files in "/etc/cont-init.d" "/etc/services.d" "/scripts"; do
# Next directory if does not exists
if ! ls $files 1> /dev/null 2>&1; then continue; fi
@@ -137,7 +137,7 @@ fi
# INSTALL MANUAL APPS #
#######################
for files in "/scripts" "/etc/cont-init.d"; do
for files in "/etc/cont-init.d" "/etc/services.d" "/scripts"; do
# Next directory if does not exists
if ! ls $files 1> /dev/null 2>&1; then continue; fi