mirror of
https://github.com/acmesh-official/acme.sh
synced 2025-12-02 23:31:22 +08:00
fix format
This commit is contained in:
@@ -46,18 +46,15 @@ dns_aws_add() {
|
||||
return 0
|
||||
fi
|
||||
|
||||
return 1;
|
||||
return 1
|
||||
}
|
||||
|
||||
|
||||
|
||||
#fulldomain
|
||||
dns_aws_rm() {
|
||||
fulldomain=$1
|
||||
|
||||
}
|
||||
|
||||
|
||||
#################### Private functions bellow ##################################
|
||||
|
||||
_get_root() {
|
||||
@@ -96,7 +93,6 @@ _get_root() {
|
||||
return 1
|
||||
}
|
||||
|
||||
|
||||
#method uri qstr data
|
||||
aws_rest() {
|
||||
mtd="$1"
|
||||
@@ -204,17 +200,3 @@ aws_rest() {
|
||||
|
||||
return "$_ret"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user