Update wireguard-install.sh
This commit is contained in:
parent
cf06d39805
commit
113f5682f5
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ EOF
|
|||
echo -e '\xE2\x86\x91 That is a QR code containing the client configuration.'
|
||||
echo
|
||||
# If the kernel module didn't load, system probably had an outdated kernel
|
||||
# We'll try to help, but will not will not force a kernel upgrade upon the user
|
||||
# We'll try to help, but will not force a kernel upgrade upon the user
|
||||
if [[ ! "$is_container" -eq 0 ]] && ! modprobe -nq wireguard; then
|
||||
echo "Warning!"
|
||||
echo "Installation was finished, but the WireGuard kernel module could not load."
|
||||
|
|
Loading…
Add table
Reference in a new issue