Skip to content

Commit

Permalink
sctipt:sg2042::remove single popd
Browse files Browse the repository at this point in the history
In function build_rv_euler_image, there is only a `popd`
without `pushd`, which caused "directory stack empty" error

Signed-off-by: sharim <[email protected]>
  • Loading branch information
sharim authored and xingxg2022 committed Nov 19, 2024
1 parent 133e2f4 commit 1b09673
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/gen_sg2042_img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,6 @@ if [ -e /etc/systemd/system/powergood.service ]; then systemctl enable powergood
exit
EOT
popd

echo cleanup...
sync
Expand Down

0 comments on commit 1b09673

Please sign in to comment.