fix bucket naming
This commit is contained in:
parent
b969ae2a2a
commit
40cf0b227f
|
@ -22,7 +22,7 @@ done
|
||||||
|
|
||||||
# create bucket skynet-backup-[portaldomain] (portal domain is stripped of all non alnum characters)
|
# create bucket skynet-backup-[portaldomain] (portal domain is stripped of all non alnum characters)
|
||||||
# ie. siasky.net backup results in skynet-backup-siaskynet basket name
|
# ie. siasky.net backup results in skynet-backup-siaskynet basket name
|
||||||
BUCKET_NAME=$(echo skynet-backup-${PORTAL_DOMAIN} | tr -cd '[[:alnum:]]')
|
BUCKET_NAME=$(echo skynet-backup-${PORTAL_DOMAIN} | tr -cd '[[:alnum:]]-')
|
||||||
|
|
||||||
# create server prefix
|
# create server prefix
|
||||||
if test -z "${SERVER_DOMAIN}"; then
|
if test -z "${SERVER_DOMAIN}"; then
|
||||||
|
|
Reference in New Issue