summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorle342019-08-27 13:30:47 +1100
committerle342019-08-27 13:30:47 +1100
commitc388e9f2a585df45ceb5677c029f4e6cae56d6f0 (patch)
treebb6795bb22a4726e1bcfb6693ed39767bc7eef72 /install
parent18abc11f80b3813be5ad03db627c4ba139b1eb32 (diff)
downloadaur-c388e9f2a585df45ceb5677c029f4e6cae56d6f0.tar.gz
Change: install file
Diffstat (limited to 'install')
-rw-r--r--install5
1 files changed, 2 insertions, 3 deletions
diff --git a/install b/install
index bf6d3cf70dbb..68a8b20ab5ad 100644
--- a/install
+++ b/install
@@ -13,9 +13,8 @@ BLUE="${BOLD}$(tput setaf 4)"
GREEN="${BOLD}$(tput setaf 2)"
post_install() {
- usr/bin/systemd-sysusers nfsen.conf || true
- usr/bin/systemd-tmpfiles --create nfsen.conf || true
-
+ mkdir /var/lib/nfsen && chmod 775 /var/lib/nfsen && chown nfsen:http /var/lib/nfsen
+
note 'To complete the installation, run:'
note ' cd /usr/share/webapps/nfsen'
note ' su -c "./install.pl /etc/nfsen/nfsen.conf"'