From fe49411cf901a361c528a679754c1091b0251bc2 Mon Sep 17 00:00:00 2001 From: Greg Chevalley Date: Sun, 3 Jun 2018 17:22:54 +0200 Subject: [PATCH] patch boot.sh to correctly support bash string comparison --- boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.sh b/boot.sh index 0f58ee3..28add13 100755 --- a/boot.sh +++ b/boot.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # this script is used to boot a Docker container source venv/bin/activate while true; do