Add another solution

Fonata
2021-07-09 15:44:09 +02:00
parent cc87b4a643
commit 359933ea20

@@ -26,4 +26,10 @@ If you want to use literal slanted double quotes for typographic reasons, you ca
printf 'Warning: “wakeonlan” is not installed.\n'
```
Alternatively, use single slanted Unicode quotes like so:
```sh
printf "Warning: wakeonlan is not installed.\n"
```
You can also just [[ignore]] this warning.