Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhshg authored Jun 14, 2018
1 parent 0f55187 commit 54e9a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cert-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CRT_BASE_PATH="/usr/syno/etc/certificate"
ACME_BIN_PATH=${BASE_ROOT}/acme.sh
TEMP_PATH=${BASE_ROOT}/temp
CRT_PATH_NAME=`cat ${CRT_BASE_PATH}/_archive/DEFAULT`
CRT_PATH=${CRT_BASE_PATH}/${CRT_PATH_NAME}
CRT_PATH=${CRT_BASE_PATH}/_archive/${CRT_PATH_NAME}

backupCrt () {
echo 'begin backupCrt'
Expand Down

0 comments on commit 54e9a55

Please sign in to comment.