fix relative path bug
This commit is contained in:
@ -74,8 +74,8 @@ sed -i '8,10d' /etc/network/interfaces.d/eth0
|
||||
# filebrew
|
||||
cd /home/pi/tc_ShellScripts
|
||||
git clone http://172.16.0.230/r/computer/install.git
|
||||
cp -r .install/nanopiM4/filebrew64 /root/filebrew
|
||||
cp .install/nanopiM4/12-mybase.rules /etc/udev/rules.d/
|
||||
sudo cp -r ./install/nanopiM4/filebrew64 /root/filebrew
|
||||
sudo cp ./install/nanopiM4/12-mybase.rules /etc/udev/rules.d/
|
||||
|
||||
sudo sed -i '$ i\sudo /root/filebrew/filebrowser -d /root/filebrew/filebrowser.db &' /etc/rc.local
|
||||
|
||||
|
Reference in New Issue
Block a user