Skip to content

Commit

Permalink
rfs/clear fix ln -s /usr/local/static/3rd/bin/bash
Browse files Browse the repository at this point in the history
  • Loading branch information
huapox committed Nov 20, 2024
1 parent 27fcb01 commit c3c8e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/src/static/clear/clear.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ done

# link-bin,sbin ###########################################
rm -rf /rootfs/usr/bin /rootfs/usr/sbin; mkdir -p /rootfs/usr/bin /rootfs/usr/sbin /rootfs/bin;
ln -s /usr/local/static/bin/bash /rootfs/bin/; # #!/bin/bash @busybox
ln -s /usr/local/static/3rd/bin/bash /rootfs/bin/; # #!/bin/bash @busybox

# clear-xrdp;
# needed: lib/xrdp/libvnc.so;
Expand Down

0 comments on commit c3c8e4e

Please sign in to comment.