Cleanup install.sh, post-install.sh and utils.sh

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2018-12-13 22:11:20 +01:00
parent e405bbcd89
commit 3a8dd98e68
4 changed files with 33 additions and 26 deletions

View file

@ -5,6 +5,6 @@ before_script:
Lint:
script:
- shellcheck -x ./system/bin/*
- shellcheck -x disable=SC2034 ./system/bin/*
- shellcheck -x ./install.sh
- shellcheck -x ./post-install.sh