I need to change port 80 to another, is it possible?
My config file:
# run owi2plex in loop if [ "$use_owi2plex" = "yes" ]; then for bouquet in $bouquets do owi2plex -h $owi_ip -u $owi_user -p $owi_pass -b $bouquet -o /owi2plex/enigma$bouquet.xml >> /dev/null done fi
I need to change port 80 to another, is it possible?
My config file:
# run owi2plex in loop if [ "$use_owi2plex" = "yes" ]; then for bouquet in $bouquets do owi2plex -h $owi_ip -u $owi_user -p $owi_pass -b $bouquet -o /owi2plex/enigma$bouquet.xml >> /dev/null done fi