mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
5 lines
186 B
Bash
Executable File
5 lines
186 B
Bash
Executable File
#!/bin/bash
|
|
gobinsec -wait -cache -config utils/gobinsec_conf.yml build/bridge || FAILED=true
|
|
if [ $FAILED ]; then
|
|
gobinsec -wait -cache -config utils/gobinsec_conf.yml build/bridge
|
|
fi |