mirror of
https://github.com/anikeen-com/acme.sh.git
synced 2026-03-19 08:36:12 +00:00
fix format
This commit is contained in:
2
acme.sh
2
acme.sh
@@ -2349,7 +2349,7 @@ _migratedomainconf() {
|
||||
#_migratedeployconf oldkey newkey base64encode
|
||||
_migratedeployconf() {
|
||||
_migratedomainconf "$1" "SAVED_$2" "$3" ||
|
||||
_migratedomainconf "SAVED_$1" "SAVED_$2" "$3" # try only when oldkey itself is not found
|
||||
_migratedomainconf "SAVED_$1" "SAVED_$2" "$3" # try only when oldkey itself is not found
|
||||
}
|
||||
|
||||
#key value base64encode
|
||||
|
||||
Reference in New Issue
Block a user