diff options
author | Himbeer <himbeer@disroot.org> | 2025-05-01 13:17:08 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2025-05-01 13:17:08 +0200 |
commit | cbfa5b68411f504bc4cf47a04f7eee9d4eb51e89 (patch) | |
tree | 5bea75b4116c474d2e241aa19193aafaa3576782 /install.sh | |
parent | 54960ec7d2ade9668e2c9520464e7dc8f420dc88 (diff) |
Fix lib.sh not being loaded on Debian
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -source /srv/www/lib.sh +. /srv/www/lib.sh for DIR in ${DIRS}; do mkdir -p "${DIR}" |