Explorar el Código

missing bin/bash

Daniel Gibbs hace 3 años
padre
commit
fa5f37b327
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/version-check.sh

+ 1 - 0
.github/workflows/version-check.sh

@@ -1,3 +1,4 @@
+#!/bin/bash
 version=$(grep "version=" linuxgsm.sh | sed -e 's/version//g' | tr -d '="')
 modulesversion=$(grep "modulesversion=" lgsm/functions/core_functions.sh | sed -e 's/modulesversion//g' | tr -d '="')