29 Mar 15, 05:47PM
Quote:[SELECT ALL] Code:cp /home/pi/New/source/source/src/ac_server /home/pi/New/source/bin_unix/native_server && cd /home/pi/New/source/source && ./bin_unix/native_server -mlocalhost
Maybe I am crazy but I feel like the last change directory is throwing this off?
I feel it should work like this:
[SELECT ALL] Code:
cp /home/pi/New/source/source/src/ac_server /home/pi/New/source/bin_unix/native_server && cd /home/pi/New/source && ./bin_unix/native_server -mlocalhost
Maybe?