summaryrefslogtreecommitdiff
path: root/parabolaweb-reporead-inotify.in
diff options
context:
space:
mode:
Diffstat (limited to 'parabolaweb-reporead-inotify.in')
-rw-r--r--parabolaweb-reporead-inotify.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/parabolaweb-reporead-inotify.in b/parabolaweb-reporead-inotify.in
index 66934ea..c179a67 100644
--- a/parabolaweb-reporead-inotify.in
+++ b/parabolaweb-reporead-inotify.in
@@ -1,6 +1,6 @@
#!/bin/bash -e
-# Copyright (c) 2012-2013 Luke Shumaker <lukeshu@sbcglobal.net>
+# Copyright (c) 2012-2013, 2017 Luke Shumaker <lukeshu@sbcglobal.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,5 +20,4 @@
[[ -e "${WEBDIR}/manage.py" ]]
[[ $# -eq 0 ]]
-sudo -u "${WEBUSER:-$USER}" python2 "${WEBDIR}/manage.py" reporead_inotify \
- "${INOTIFYARGS[@]}"
+python2 "${WEBDIR}/manage.py" reporead_inotify "${INOTIFYARGS[@]}"