mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-15 07:29:12 +00:00
Hide mkdir error
This commit is contained in:
@@ -1061,7 +1061,7 @@ check_epoch() {
|
||||
echo "$epoch" > tmp/.buildEpoch
|
||||
fi
|
||||
else
|
||||
mkdir tmp
|
||||
mkdir tmp >/dev/null 2>/dev/null
|
||||
echo "$epoch" > tmp/.buildEpoch
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user