Minor update 2

This commit is contained in:
Bohan Yang
2020-09-16 23:32:21 +08:00
parent 12904768e5
commit c95c207bcd
+1 -1
View File
@@ -440,7 +440,7 @@ if [ "$DEBI_POWEROFF" = true ]; then
echo 'd-i debian-installer/exit/poweroff boolean true' | $save_preseed
fi
save_grubcfg=cat
save_grubcfg="cat"
if [ "$DEBI_DRY_RUN" != true ]; then
if [ -z "$DEBI_ARCH" ]; then
if command_exists dpkg; then