This website works better with JavaScript.
Home
Explore
Help
Sign In
g
/
lch
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
17
Wiki
Activity
Browse Source
sudo repair
pull/1/head
ale
4 years ago
parent
7defe8f4ad
commit
2a4f587365
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lch
+1
-1
lib/check.sh
+ 1
- 1
lch
View File
@ -45,7 +45,7 @@ fi
if [ "$DEST" = "--install" ] || [ "$DEST" = "-i" ]
then
install
install
$DEST $@
exit 0
fi
+ 1
- 1
lib/check.sh
View File
@ -49,7 +49,7 @@ function install()
if
[
"
$UID
"
!
=
"0"
]
;
then
echo
" Only root can execute this script, sorry."
echo
"
Try 'sudo
$
0
$DEST
'
"
echo
"
Try 'sudo
$
@
'
"
exit
0
fi
Write
Preview
Loading…
Cancel
Save