Browse Source

Merge pull request #156 from Neilpang/master

merge
pull/167/head
neil 9 years ago
parent
commit
e4f67c626a
  1. 2
      acme.sh

2
acme.sh

@ -1973,7 +1973,7 @@ uninstall() {
_profile="$(_detect_profile)"
if [ "$_profile" ] ; then
text="$(cat $_profile)"
echo "$text" | sed "s|^source.*$PROJECT_NAME.env.*$||" > "$_profile"
echo "$text" | sed "s|^[.] \"$LE_WORKING_DIR/$PROJECT_NAME.env\"$||" > "$_profile"
fi
rm -f $LE_WORKING_DIR/$PROJECT_ENTRY

Loading…
Cancel
Save