Prevent initializing/synchronizing if container is restarted and not deleted, see #14

This commit is contained in:
flow.gunso
2020-03-10 14:13:39 +01:00
parent 4b0af17cec
commit 8d46c1de76
2 changed files with 27 additions and 20 deletions

View File

@@ -17,7 +17,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
failures=()
binaries=(seaf-cli oathtool)
binaries=(seaf-cli oathtool grep)
for binary in "${binaries[@]}"; do
if ! [ -x "$(command -v $binary)" ]; then