mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
Invert the -e test
This commit is contained in:
parent
e53fc89e17
commit
2996bf0a1e
@ -68,7 +68,7 @@ else
|
||||
wget "$DI_WWW_HOME/initrd.gz" -O ./$DI_DIR/initrd.gz
|
||||
fi
|
||||
|
||||
if [ -e "$DI_DIR"/initrd.gz ] ; then
|
||||
if [ ! -e "$DI_DIR"/initrd.gz ] ; then
|
||||
DI_DIR="$DI_DIR"/2.6
|
||||
fi
|
||||
cp "$DI_DIR"/initrd.gz "$inst/boot/initrd.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user