> Is it possible -S <Power Script> parameter with handover values. > > example: > Code: > PLAYER=$(cat /opt/settings/settings_player/dev"$i".txt | head > -n1 | tail -n1) > SQMAC=$(cat /opt/settings/settings_player/dev"$i".txt | head -n2 > | tail -n1) > > /usr/bin/squeezelite-armv6hf -r 44100,44100 -d output=info -f > /tmp/squeeze.log -o squeeze"$i" -n $PLAYER -m $SQMAC -S > /var/www/sq_pwr_on.sh $PLAYER $SQMAC > the bold entry does not work. > > Thanks for the support!
nobody an idea? I need handover values with -S parameter like: -S /var/www/sq_pwr_on.sh $PLAYER $SQMAC however, the values of -$PLAYER $SQMAC- will not be passed into the shell script. Thanks for the support ------------------------------------------------------------------------ sevi_at's Profile: http://forums.slimdevices.com/member.php?userid=63076 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
