Skip to content

Commit

Permalink
Fix cannot install download command error message
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed May 10, 2023
1 parent da520e2 commit d52dfd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtualmin-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ pre_check_http_client() {
download="/usr/bin/fetch"
break
elif [ "$wget_attempted" = 1 ]; then
printf " error: No HTTP client available. Could not install \`wget\`. Cannot continue.\\n" >>"$log"
printf " error: No HTTP client available. The installation of a download command has failed. Cannot continue.\\n" >>"$log"
return 1
fi

Expand Down

0 comments on commit d52dfd0

Please sign in to comment.