output redirection
This commit is contained in:
parent
3c99cc5d77
commit
56395010fd
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ echo "root:toor" | chpasswd
|
||||||
|
|
||||||
### Récupération clé hashée
|
### Récupération clé hashée
|
||||||
```bash
|
```bash
|
||||||
wpa_passhrase <SSID> <clé WIFI> /var/lib/iwd/<SSID>.psk
|
wpa_passhrase <SSID> <clé WIFI> > /var/lib/iwd/<SSID>.psk
|
||||||
```
|
```
|
||||||
|
|
||||||
### Ajout entête
|
### Ajout entête
|
||||||
|
|
Loading…
Reference in a new issue