Browse Source

le.sh could be called from anywhere when installing.

pull/110/head
Bruno BEAUFILS 9 years ago
parent
commit
c9b2bd3d22
  1. 2
      le.sh

2
le.sh

@ -1520,7 +1520,7 @@ install() {
return 1 return 1
fi fi
cp le.sh "$LE_WORKING_DIR/" && chmod +x "$LE_WORKING_DIR/le.sh"
cp $0 "$LE_WORKING_DIR/" && chmod +x "$LE_WORKING_DIR/le.sh"
if [ "$?" != "0" ] ; then if [ "$?" != "0" ] ; then
_err "Install failed, can not copy le.sh" _err "Install failed, can not copy le.sh"

Loading…
Cancel
Save