mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
chmod 755
This commit is contained in:
parent
c9e3b032de
commit
1be15caa92
@ -155,12 +155,12 @@ mv $PKG/ $LOC/
|
||||
LOC="$MOUNT/usr/local/bin"
|
||||
mkdir -p $LOC
|
||||
cp /agent/agent.sh $LOC/agent.sh
|
||||
chmod +x $LOC/agent.sh
|
||||
chmod 755 $LOC/agent.sh
|
||||
|
||||
LOC="$MOUNT/usr/local/etc/rc.d"
|
||||
mkdir -p $LOC
|
||||
cp /agent/service.sh $LOC/agent.sh
|
||||
chmod +x $LOC/agent.sh
|
||||
chmod 755 $LOC/agent.sh
|
||||
|
||||
# Store agent version
|
||||
echo "5" > "$STORAGE"/"$BASE".agent
|
||||
|
Loading…
x
Reference in New Issue
Block a user