curl test hinzugefügt
This commit is contained in:
parent
2e29f5d7ed
commit
085bcebb85
|
|
@ -15,6 +15,8 @@
|
|||
# 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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue