This website requires JavaScript.
Explore
Help
Sign In
Myth
/
zjunet
Watch
1
Star
0
Fork
0
You've already forked zjunet
mirror of
https://github.com/QSCTech/zjunet.git
synced
2026-01-22 11:44:48 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
zjunet
/
lib
/
sudo.sh
8 lines
79 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
write to xl2tpd.conf when user add/edit, fixes #15
2014-09-28 19:44:56 +08:00
#!/bin/sh
if
[
"
$(
id -u
)
"
-eq
"0"
]
;
then
"
$@
"
else
Bug fix : $home bug on fedora
2014-10-13 21:18:58 +08:00
sudo -u root
"
$@
"
write to xl2tpd.conf when user add/edit, fixes #15
2014-09-28 19:44:56 +08:00
fi
Reference in New Issue
Copy Permalink