fixed path

This commit is contained in:
Jozef Šimko 2022-05-26 21:30:44 +00:00
parent 70dc93e440
commit 3106313661

View File

@ -1,7 +1,7 @@
#!/bin/bash
PORT=32500
server_path="/home/pi/Desktop/TestBP/server"
cfg_path="/home/pi/Desktop/TestBP/config.txt"
server_path="/home/pi/Desktop/BachelorThesis/server"
cfg_path="/home/pi/Desktop/BachelorThesis/config.txt"
$server_path $PORT $cfg_path