Skip to content

Commit

Permalink
Merge pull request #55 from peng9808/test
Browse files Browse the repository at this point in the history
fix deb bug
  • Loading branch information
peng9808 authored Jan 23, 2024
2 parents 5c84f61 + 6f1fbbc commit 837e950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-drbd9/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ if [ -n "$drbd_rpm" ]; then
else
drbd_deb=$(find "$DEBDIR" -type f -name "*$OS_KERNEL*" -print -quit)
utils_deb=$(find "$DEBDIR" -type f -name "drbd-utils*" -print -quit)
if [[ -n "$drbd_rpm" && -n "$utils_rpm" ]]; then
if [[ -n "$drbd_deb" && -n "$utils_deb" ]]; then
cp $drbd_deb /pkgs_root/drbd.deb
cp $utils_deb /pkgs_root/drbd_utils.deb
nsenter --target 1 --mount --uts --ipc --net --pid ls /root/
Expand Down

0 comments on commit 837e950

Please sign in to comment.