nicht funktionierende3r curl test entfernt

This commit is contained in:
Czechman 2023-01-11 20:24:45 +01:00
parent ec42e12b34
commit 46f9597b83
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@
# Alle Konfigurationsparameter werden aus der config.env Datei gelesen
#############################################
configfile="config.env"
# prüfen ob curl installiert ist und ggf, nachinstallieren
test /usr/bin/curl || apk add -U curl
if [ ! -r "$configfile" ]; then
echo "$configfile does not exist or isn't readable"