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