diff options
Diffstat (limited to 'src/main/distrib/linux/migrate-tickets.sh')
-rw-r--r-- | src/main/distrib/linux/migrate-tickets.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/distrib/linux/migrate-tickets.sh b/src/main/distrib/linux/migrate-tickets.sh index f521528e..ce746bf9 100644 --- a/src/main/distrib/linux/migrate-tickets.sh +++ b/src/main/distrib/linux/migrate-tickets.sh @@ -8,7 +8,7 @@ # # -------------------------------------------------------------------------- -if [[ -z $1 || -z $2 ]]; then +if [ -z $1 ] || [ -z $2 ]; then echo "Please specify the output ticket service and your baseFolder!"; echo ""; echo "usage:"; |