
7 Mar
2012
7 Mar
'12
3:02 a.m.
Trying to install 3.1.2 on SLES11 SP2. The web installer failed so i am manually configuring otrs. When trying to rename and copy cron jobs with this command: for foo in *.dist; do cp $foo `basename $foo .dist`; done i get this error: cp: target `unlock' is not a directory What am i doing wrong?