curl installscrip in script ergänzt

This commit is contained in:
Czechman 2023-01-11 20:29:53 +01:00
parent 46f9597b83
commit 14d638b45c
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#################################################################################################################
# Alle Konfigurationsparameter werden aus der config.env Datei gelesen
#############################################
apk add -U curl
configfile="config.env"
if [ ! -r "$configfile" ]; then