mirror of
https://github.com/samply/bridgehead.git
synced 2025-11-05 08:30:36 +01:00
refactor: beam file send is only an executable command
This commit is contained in:
@@ -184,9 +184,8 @@ case "$ACTION" in
|
||||
loadVars
|
||||
log "WARNING" "Your are about to send a file to another bridgehead in your network!"
|
||||
read -p "Please name the bridgehead you want to send the file to (proxy-id): " RECEIVER_PROXY_ID
|
||||
read -p "Please type the path to the file you want to upload: " FILE_TO_SEND_PATH
|
||||
read -p "Continue? (Y/N): " confirm && [[ $confirm == [yY] || $confirm == [yY][eE][sS] ]] || exit 1
|
||||
curl -X POST -F "data=@$FILE_TO_SEND_PATH" -u ":${BEAM_FILE_API_KEY}" http://localhost:8085/send/$RECEIVER_PROXY_ID
|
||||
exec $COMPOSE -f ./modules/beam-file-compose.yml --profile beam-file-sender run beam-file-sender send --to beamfile.$1 /data/outfile
|
||||
;;
|
||||
*)
|
||||
printUsage
|
||||
|
||||
Reference in New Issue
Block a user