mistake in subroutines line 1285

pasha at kish.by pasha at kish.by
Tue Mar 5 10:05:14 CET 2024


Hello

in fai/lib/subroutines we have code on lines 1284-1288

 case "$FAI_LOGPROTO" in
        ftp) remotesh=ssh ;;
        ssh) remotesh=ssh ;;
        rsh) remotesh=rsh ;;
        none) return ;;


Is line  ftp) remotesh=ssh ;; is correct?
I have changed it to  ftp) remotesh=ftp ;; now all works fine


More information about the linux-fai mailing list