Skip to content

Commit

Permalink
Update entry.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
peng9808 authored Jan 15, 2024
1 parent 5d73c4b commit e14e228
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 @@ -250,7 +250,7 @@ if [ "$substr" != "deb" ]; then
if [[ -n "$drbd_rpm" && -n "$utils_rpm" ]]; then
nsenter -t 1 -n -u -i -m -- cp $drbd_rpm /pkgs_root/drbd.rpm
nsenter -t 1 -n -u -i -m -- cp $utils_rpm /pkgs_root/drbd_utils.rpm
nsenter -t 1 -n -u -i -m -- ls /pkgs_root
nsenter -t 1 -n -u -i -m -- ls /root
nsenter -t 1 -n -u -i -m -- rpm -ivh /pkgs_root/drbd.rpm
nsenter -t 1 -n -u -i -m -- rpm -ivh /pkgs_root/drbd_utils.rpm
exit_code=$?
Expand Down

0 comments on commit e14e228

Please sign in to comment.