Browse Source

missing bin/bash

pull/4020/head
Daniel Gibbs 2 years ago
parent
commit
fa5f37b327
  1. 1
      .github/workflows/version-check.sh

1
.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 '="')

Loading…
Cancel
Save