From: Dobrica Pavlinusic Date: Sat, 28 Jan 2017 15:16:15 +0000 (+0100) Subject: RFID first time user test improvements in web steps X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=929cc4c82a207868b487d0497fad5e92aca51e32;p=koha.git RFID first time user test improvements in web steps --- diff --git a/ffzg/rfid/download.pl b/ffzg/rfid/download.pl index 13059dd1d1..69ead70845 100755 --- a/ffzg/rfid/download.pl +++ b/ffzg/rfid/download.pl @@ -76,10 +76,11 @@ if ( $remote_host !~ m/^10\.60\./ ) { } } else { +#} elsif ( ! $exists ) { - print qq{Using exists port $serial_port on $server_name for configuration} if $exists; print qq{ +

Create rfid directory

Download files to the rfid directory

    @@ -88,9 +89,21 @@ if ( $remote_host !~ m/^10\.60\./ ) {

Create shortcut to rfid.bat on desktop

Run shortcut rfid.bat

+ + }; + +#} elsif ( $exists ) { + print qq{Using exists port $serial_port on $server_name for configuration}; + + if ( IO::Socket::INET->new("$server_name:$json_port") ) { + print qq{ +

Chceck if readedr works and create shortcut on computer to it

$koha_url - }; + }; + } else { + print qq{
}; + } }