浏览代码

Use posix shell instead of bash for run.sh

There are no bash specific uses in the script so we can use posix shell.

Signed-off-by: Natanael Copa <[email protected]>
Natanael Copa 9 年之前
父节点
当前提交
0839fb93c1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      script/run/run.sh

+ 1 - 1
script/run/run.sh

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # Run docker-compose in a container
 #