refactoring changes from sequpgrade (endReturn, ...) and some modernizations
This commit is contained in:
@@ -63,9 +63,9 @@ downloadLatest() {
|
||||
if [ ! -e "$tempInstall" ] ; then
|
||||
exe mkdir -p "$tempDown"
|
||||
exe wget -O "$tempInstall" $downUrl
|
||||
endReturn -o $? "Download failed: $downUrl"
|
||||
endReturn "Download failed: $downUrl"
|
||||
else
|
||||
echo " [I] Found existing download: $tempInstall"
|
||||
info "Found existing download: $tempInstall"
|
||||
fi
|
||||
}
|
||||
tempDown="/tmp/olivetin"
|
||||
|
Reference in New Issue
Block a user