fix run_static_script

This commit is contained in:
Daniel Hansson 2019-04-11 22:23:28 +02:00 committed by GitHub
parent bf97f26e88
commit 947e644dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
lib.sh
View File

@ -244,7 +244,7 @@ if [ ! -d "$3" ]
then
mkdir -p "$3"
fi
check_command curl -sSL "$1"/"$2" -o "$3"/"$2"
curl -sfL "$1"/"$2" -o "$3"/"$2"
}
start_if_stopped() {