Jump to content

go-script not executed properly


otisk

Recommended Posts

My go script is no longer executed properly. emhttp starts normally but my own commands are not executed. Systemlog does not give any errors regarding the go-script.

This is my go script:

#!/bin/bash
# Start the Management Utility
/usr/local/sbin/emhttp &

% Copy the edited mover script to ram
cp /boot/config/mover /usr/local/sbin

% Start the p910nd Printserver
/boot/p910nd -f /dev/usb/lp0 -b

 

Any ideas why it only starts emhttp?

 

EDIT: I guess the problem was that I missed the "&" after /usr/local/sbin/emhttp. Now everything seems to work fine again.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...