adjust issue manifest not to hide error if file is missing
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
57c60a40a8
commit
2b9acf9f26
1 changed files with 2 additions and 1 deletions
|
@ -20,8 +20,9 @@
|
|||
#
|
||||
|
||||
destination=/etc/issue
|
||||
os="$(cat "out/explorers/os")"
|
||||
|
||||
case "$(cat "out/explorers/os")" in
|
||||
case "$os" in
|
||||
archlinux)
|
||||
source="$(pwd -P)/files/archlinux"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue