Skip to content

Commit

Permalink
comment out xftp env
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed May 10, 2024
1 parent a1deb7b commit f84b14e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ unset -v _file
TOR_ADDRESS=$(sed -n -e 's/^tor-address: \(.*\)/\1/p' /root/start9/config.yaml)
XFTP_ADDRESS=$(sed -n -e 's/^xftp-address: \(.*\)/\1/p' /root/start9/config.yaml)
SMP_FINGERPRINT=$(cat $confd/fingerprint)
XFTP_FINGERPRINT=$(cat $xftp/fingerprint)
# XFTP_FINGERPRINT=$(cat $xftp/fingerprint)

SMP_URL="smp://$SMP_FINGERPRINT:$PASS@$TOR_ADDRESS"
XFTP_URL="xftp://$XFTP_FINGERPRINT@$XFTP_ADDRESS"
Expand Down
2 changes: 1 addition & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id: simplex
title: "SimpleX Server"
version: 5.6.2
version: 5.6.2.1
release-notes: |
- SMP upstream update to 5.6.2
- Instructions change
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export const migration: T.ExpectedExports.migration =
),
},
},
"5.6.2"
"5.6.2.1"
);

0 comments on commit f84b14e

Please sign in to comment.