Create /var/lib/wg-web-server folder if it doesn't exist
Opened this issue · 0 comments
gluxon commented
Some improvements could be made to initial handling of /var/lib/wg-web-server
. We should:
- Attempt to create it if it doesn't exist.
- Report a human readable error. Right now it's just
Error: No such file or directory (os error 2)
.