Loading docker/home/etc/init.d/40-etsi_Ng112.sh +7 −0 Original line number Diff line number Diff line Loading @@ -37,3 +37,10 @@ make echo -e "*****************************\n* Init Eclipse Workspace\n*****************************\n" echo -e "*****************************\n* Change sudo in command line\n*****************************\n" cd /home/etsi/dev/ETSI_Ng112/scripts sed --in-place 's/sudo/echo "etsi" \| sudo -S/' ./run_mtc.bash sed --in-place 's/sudo/echo "etsi" \| sudo -S/' ./run_ptcs.bash cd /home/etsi/dev/ETSI_Ng112 scripts/run_all.bash +1 −1 Original line number Diff line number Diff line #!/bin/bash #set -e #set -vx set -vx clear Loading scripts/run_mtc.bash +1 −1 Original line number Diff line number Diff line #!/bin/bash #set -e #set -vx set -vx clear Loading scripts/run_ptcs.bash +1 −1 Original line number Diff line number Diff line #!/bin/bash #set -e #set -vx set -vx clear Loading Loading
docker/home/etc/init.d/40-etsi_Ng112.sh +7 −0 Original line number Diff line number Diff line Loading @@ -37,3 +37,10 @@ make echo -e "*****************************\n* Init Eclipse Workspace\n*****************************\n" echo -e "*****************************\n* Change sudo in command line\n*****************************\n" cd /home/etsi/dev/ETSI_Ng112/scripts sed --in-place 's/sudo/echo "etsi" \| sudo -S/' ./run_mtc.bash sed --in-place 's/sudo/echo "etsi" \| sudo -S/' ./run_ptcs.bash cd /home/etsi/dev/ETSI_Ng112
scripts/run_all.bash +1 −1 Original line number Diff line number Diff line #!/bin/bash #set -e #set -vx set -vx clear Loading
scripts/run_mtc.bash +1 −1 Original line number Diff line number Diff line #!/bin/bash #set -e #set -vx set -vx clear Loading
scripts/run_ptcs.bash +1 −1 Original line number Diff line number Diff line #!/bin/bash #set -e #set -vx set -vx clear Loading