4 lines
87 B
Bash
Executable file
4 lines
87 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# htpasswd from package apache2-utils
|
|
htpasswd -nb $1 $2 > nginx.htpasswd
|