Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
de8090f5
Commit
de8090f5
authored
Jan 24, 2016
by
neil
Browse files
minor fix error message.
parent
5de16116
Changes
1
Hide whitespace changes
Inline
Side-by-side
le.sh
View file @
de8090f5
...
...
@@ -947,7 +947,7 @@ install() {
#try install to /bin if is root
if
[
!
-f
/usr/local/bin/le.sh
]
;
then
#if root
if
$SUDO
cp
le.sh /usr/local/bin/le.sh
2>&1
>
/dev/null
;
then
if
$SUDO
cp
le.sh /usr/local/bin/le.sh
>
/dev/null
2>&1
;
then
$SUDO
chmod
755 /usr/local/bin/le.sh
$SUDO
ln
-s
"/usr/local/bin/le.sh"
/usr/local/bin/le
rm
-f
$WORKING_DIR
/le.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment