D
Deleted member 103
Guest
Hi,
I would like to automate the start of "B4iBuildServer" at startup.
Have this script written, but it does not work, it always comes "command not found" message.
Can someone tell me where the error is?
But the same error message I get when:
I would like to automate the start of "B4iBuildServer" at startup.
Have this script written, but it does not work, it always comes "command not found" message.
Can someone tell me where the error is?
B4X:
#!/bin/sh
#
# Autostart for B4iBuildServer
#
java -jar B4iBuildServer.jar
But the same error message I get when:
B4X:
#!/bin/sh
ls