leave the
> /tmp/fr24feed.log &
off - see what happens - it will output to the screen
but if you are logged in as root, you shouldn't get permission denied ... unless there is already a file with that name and it's being protected by something else holding it open.
so maybe do
killall fr24feed_arm-rpi_242
first
and check you don't have the file open in another putty session.
> /tmp/fr24feed.log &
off - see what happens - it will output to the screen
but if you are logged in as root, you shouldn't get permission denied ... unless there is already a file with that name and it's being protected by something else holding it open.
so maybe do
killall fr24feed_arm-rpi_242
first
and check you don't have the file open in another putty session.
Comment