Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
We are already up in the current configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jun 22, 2024
1 parent 6054793 commit 5bb83b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ function finish
echo $GPIO_NIRQ_NUM > /sys/class/gpio/unexport
echo $GPIO_NRST_NUM > /sys/class/gpio/unexport
echo $GPIO_NBOOT_NUM > /sys/class/gpio/unexport

sudo -u fio nmcli con down static
}
trap finish EXIT

Expand All @@ -51,7 +49,6 @@ echo $GPIO_NBOOT_NUM > /sys/class/gpio/export
modprobe spidev
chmod ugo+rw /dev/spidev0.0

sudo -u fio nmcli con up static
sudo -u fio ifconfig eth0

docker run -it \
Expand Down

0 comments on commit 5bb83b2

Please sign in to comment.