add run.sh without sleep before klipper starting
This commit is contained in:
7
changeRunSh.sh
Normal file
7
changeRunSh.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
cat << EOF | chroot /server/tmp /bin/bash
|
||||
cd /
|
||||
mv ./run.sh run.sh_back
|
||||
wget https://raw.githubusercontent.com/pjandro/fbS1Scripts/refs/heads/main/adds/run.sh
|
||||
chmod +x ./run.sh
|
||||
EOF
|
||||
Reference in New Issue
Block a user