Quellcode durchsuchen

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 vor 9 Jahren
Ursprung
Commit
0839fb93c1
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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
 # Run docker-compose in a container
 #
 #