mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Prevent Windows bug
This commit is contained in:
parent
cb65730e99
commit
d9613c52c3
@ -114,12 +114,12 @@ mv $PKG/ $LOC/
|
||||
|
||||
LOC="$MOUNT/usr/local/bin"
|
||||
mkdir -p $LOC
|
||||
mv /agent/agent.sh $LOC/agent.sh
|
||||
cp /agent/agent.sh $LOC/agent.sh
|
||||
chmod +x $LOC/agent.sh
|
||||
|
||||
LOC="$MOUNT/usr/local/etc/rc.d"
|
||||
mkdir -p $LOC
|
||||
mv /agent/service.sh $LOC/agent.sh
|
||||
cp /agent/service.sh $LOC/agent.sh
|
||||
chmod +x $LOC/agent.sh
|
||||
|
||||
if [ "$PRIVILEGED" = false ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user