5 lines
99 B
Bash
5 lines
99 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
chown $UID:www-data "$SECRET_DIR/user.htpasswd"
|
||
|
chmod 740 "$SECRET_DIR/user.htpasswd"
|