1
0
mirror of https://github.com/hiskang/acme.sh synced 2025-06-12 18:36:08 +00:00

fix bug, uninstall env

This commit is contained in:
neil 2016-04-18 21:33:21 +08:00
parent 2d39b3df88
commit db0534ed97

View File

@ -1886,7 +1886,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