mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
commit
e4f67c626a
2
acme.sh
2
acme.sh
@ -1973,7 +1973,7 @@ uninstall() {
|
|||||||
_profile="$(_detect_profile)"
|
_profile="$(_detect_profile)"
|
||||||
if [ "$_profile" ] ; then
|
if [ "$_profile" ] ; then
|
||||||
text="$(cat $_profile)"
|
text="$(cat $_profile)"
|
||||||
echo "$text" | sed "s|^source.*$PROJECT_NAME.env.*$||" > "$_profile"
|
echo "$text" | sed "s|^[.] \"$LE_WORKING_DIR/$PROJECT_NAME.env\"$||" > "$_profile"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -f $LE_WORKING_DIR/$PROJECT_ENTRY
|
rm -f $LE_WORKING_DIR/$PROJECT_ENTRY
|
||||||
|
Loading…
Reference in New Issue
Block a user