mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-14 02:11:45 +00:00
uninstall alias
This commit is contained in:
parent
525997ee04
commit
4ac8d68d06
2
le.sh
2
le.sh
@ -1127,7 +1127,7 @@ uninstall() {
|
|||||||
|
|
||||||
_profile="$(_detect_profile)"
|
_profile="$(_detect_profile)"
|
||||||
if [ "$_profile" ] ; then
|
if [ "$_profile" ] ; then
|
||||||
sed -i "/source \"$LE_WORKING_DIR/le.env\"/d" "$_profile"
|
sed -i /le.env/d "$_profile"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f $LE_WORKING_DIR/le.sh
|
rm -f $LE_WORKING_DIR/le.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user