1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-21 21:32:56 +00:00

fix compatible, 'sed -i' is not supported be freeBSD

This commit is contained in:
neil
2016-03-09 23:34:41 +08:00
parent 44df296707
commit 7203a1c1a0
+2 -1
View File
@@ -1274,7 +1274,8 @@ uninstall() {
_profile="$(_detect_profile)"
if [ "$_profile" ] ; then
sed -i /le.env/d "$_profile"
text="$(cat $_profile)"
echo "$text" | sed "s|^source.*le.env.*$||" > "$_profile"
fi
rm -f $LE_WORKING_DIR/le.sh