9e0603831e
improved mkuser and own scripts added a test web and test configuration.
4 lines
141 B
Bash
Executable file
4 lines
141 B
Bash
Executable file
#!/bin/bash
|
|
# reset ownership if need be. Assumes user is in caddy group
|
|
sudo chown -R caddy:caddy /opt/caddy
|
|
sudo chmod g+rw -R /opt/caddy
|