1
0
mirror of https://github.com/rancher/os.git synced 2025-09-16 06:59:12 +00:00

Cleanup scripts for error handling

This commit is contained in:
Darren Shepherd
2016-06-07 17:18:36 -07:00
parent 9f0074c398
commit 438a437459
9 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
#!/bin/bash
if [ -n "$(git status --porcelain --untracked-files=no)" ]; then
DIRTY="-dirty"
fi