From 4ac8d68d060eff0504570643436d3058ff5348fc Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 31 Jan 2016 17:38:44 +0800 Subject: [PATCH] uninstall alias --- le.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/le.sh b/le.sh index 2bb78f0c..670000e2 100755 --- a/le.sh +++ b/le.sh @@ -1127,7 +1127,7 @@ uninstall() { _profile="$(_detect_profile)" if [ "$_profile" ] ; then - sed -i "/source \"$LE_WORKING_DIR/le.env\"/d" "$_profile" + sed -i /le.env/d "$_profile" fi rm -f $LE_WORKING_DIR/le.sh -- 2.39.5