projects
/
yawep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7c54a
)
www-data sudo config
author
Neszt Tibor
<neszt.tibor@euronetrt.hu>
Thu, 7 Dec 2017 10:13:10 +0000
(11:13 +0100)
committer
Neszt Tibor
<neszt.tibor@euronetrt.hu>
Thu, 7 Dec 2017 10:13:10 +0000
(11:13 +0100)
install.sh
patch
|
blob
|
history
diff --git
a/install.sh
b/install.sh
index
dd7b8b5
..
1d6f724
100755
(executable)
--- a/
install.sh
+++ b/
install.sh
@@
-16,4
+16,8
@@
touch config.json
chmod 777 config.json
cp background /usr/local/bin/
+groupadd wheel
+echo "%wheel ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/yawep
+adduser www-data wheel
+
echo "Check on web: http://"`dig +short myip.opendns.com @resolver1.opendns.com`"/yawep"