edit:

the oneliner is misspelled (.tmp instead of .temp)
DJanGo wrote: 
> Nope - please move all (except the server.prefs) to
> /var/lib/squezzeboxserver/prefs.
> The server.prefs.*tmp *should be moved as server.prefs to
> /var/lib/squeezeboxserver/prefs.
> 
> > 
Code:
--------------------
  >   > for file in $(find /var/lib/squeezeboxserver/old_prefs/); do if [ $file 
!= server.prefs ];then mv $file 
/var/lib/squeezeboxserver/prefs/${file##*/};fi;done && mv 
/var/lib/squeezeboxserver/old_prefs/server.prefs.tmp 
/var/lib/squeezeboxserver/prefs/server.prefs
--------------------
> > 
> 
> After that you can restart lms.
> 

If its not scanning - please do a full scan (wipe).



Gruss
Jan
------------------------------------------------------------------------
DJanGo's Profile: http://forums.slimdevices.com/member.php?userid=1516
View this thread: http://forums.slimdevices.com/showthread.php?t=105030

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to