From 1b096738d14a6372aa6525d4979c8aaed1562d64 Mon Sep 17 00:00:00 2001 From: sharim Date: Tue, 19 Nov 2024 16:49:47 +0800 Subject: [PATCH] sctipt:sg2042::remove single `popd` In function build_rv_euler_image, there is only a `popd` without `pushd`, which caused "directory stack empty" error Signed-off-by: sharim --- scripts/gen_sg2042_img.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/gen_sg2042_img.sh b/scripts/gen_sg2042_img.sh index e86c9543..ade77c47 100644 --- a/scripts/gen_sg2042_img.sh +++ b/scripts/gen_sg2042_img.sh @@ -279,7 +279,6 @@ if [ -e /etc/systemd/system/powergood.service ]; then systemctl enable powergood exit EOT - popd echo cleanup... sync