fix relative path bug

This commit is contained in:
tangchao
2022-11-20 08:50:51 +00:00
parent 6becc0c842
commit 8ab4eb7261

View File

@ -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