Skip to content

Commit a986c12

Browse files
author
Sven Speckmaier
committed
fixed RANCHER_URL base for escape
1 parent 920b5f0 commit a986c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ createRestoreService() {
5252
-e "s~%%BACKUP_ALPHANUM%%~$ALPHANUM_TARGET_BACKUP~" \
5353
-e "s~%%RANCHER_URL%%~$ESCAPED_RANCHER_URL~" \
5454
-e "s~%%RANCHER_KEY%%~$RANCHER_ACCESS_KEY~" \
55-
-e "s~%%RANCHER_SECRET%%~$RANCHER_ACCESS_SECRET~" \
55+
-e "s~%%RANCHER_SECRET%%~$RANCHER_SECRET_KEY~" \
5656
-e "s~%%BACKUP_VOLUME%%~$BACKUP_VOLUME~" \
5757
-e "s~%%BACKUP_DRIVER%%~$BACKUP_DRIVER~" \
5858
-e "s~%%STORAGEBOX_URL%%~$STORAGEBOX_URL~" \

0 commit comments

Comments
 (0)