Skip to content

Commit 4c2b6f6

Browse files
authored
Update variables
1 parent a723f26 commit 4c2b6f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/variables

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ mongo="--mongo-database=$(printenv MONGO_DATABASE) --mongo-host=localhost"
2828

2929
ufs_options="-o uid=${_puid:-911} -o gid=${_pgid:-911} -o cow,allow_other,direct_io,nonempty,auto_cache,sync_read"
3030

31+
rclone_cloud_endpoint=$(printenv RCLONE_CLOUD_ENDPOINT | tr -d '"' | tr -d "'")
32+
rclone_local_endpoint=$(printenv RCLONE_LOCAL_ENDPOINT | tr -d '"' | tr -d "'")
33+
3134
log_dir="/log"
3235
if [ ! -d "${log_dir}" ]; then
3336
mkdir -p "${log_dir}"

0 commit comments

Comments
 (0)