patch boot.sh to correctly support bash string comparison

This commit is contained in:
Greg Chevalley 2018-06-03 17:22:54 +02:00
parent 3b536e17e9
commit fe49411cf9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# this script is used to boot a Docker container
source venv/bin/activate
while true; do