check for latest in _do_bump_version

This commit is contained in:
sentriz
2020-04-01 17:05:01 +01:00
parent 79dbd4d322
commit 0b0f336be1
8 changed files with 17 additions and 11 deletions

View File

@@ -1,11 +1,11 @@
#!/bin/sh
#!/usr/bin/env bash
test_data_path=server/ctrlsubsonic/testdata
test_listen_addr=localhost:9353
test_music_path=~/music
test_db_path=$test_data_path/db
if test "$1" == "--scan"; then
if [[ "$1" == "--scan" ]]; then
echo -e "\e[91mwarning: \e[39mthe --scan option was passed"
echo "- this option should only be used if the database schema changes"
echo "- the test json will likely change a lot"