diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-03 12:14:02 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-03 12:14:02 +0100 |
| commit | 4b19aabba6d2c9b94459e2cc48470308e6403e8a (patch) | |
| tree | 56a97fd4c03458f6dd3a4c60d8adae4393b343d7 | |
| parent | 626642cd250cf72822ef110bdddab2760f5f73b7 (diff) | |
chmod on .env
| -rw-r--r-- | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ then fi sudo -u joeac.net touch /home/joeac.net/joeac.net/.env +sudo -u joeac.net chmod 760 /home/joeac.net/joeac.net/.env while read line do if expr "${line}" : "[[:alnum:]_]\+=" 1>/dev/null |
