Skip to content

Commit

Permalink
Update scripts/run_demo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maksis committed Jul 1, 2024
1 parent 7627c5e commit 5c1635c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions scripts/run_demo.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
sudo setcap cap_net_bind_service=+ep `readlink -f \`which airdcppd\``

adchppd -d
screen -dm -S democlient bash -c 'airdcppd -c=/home/airdcpp/airdcpp-demo/ --web-resources=/home/airdcpp/airdcpp-webui/demo/; exec bash'
screen -dm -S democlient bash -c 'airdcppd -c=/home/airdcpp/airdcpp-demo/; exec bash'
screen -dm -S shareclient bash -c 'airdcppd -c=/home/airdcpp/airdcpp-share/; exec bash'


# screen -dm -S express bash -c 'sh /home/airdcpp/airdcpp-webui/scripts/start_demo.sh; exec bash'

0 comments on commit 5c1635c

Please sign in to comment.