Jonathan Moler

Results 1 comments of Jonathan Moler

I hit the same issue on Ubuntu 22.04 cp (GNU coreutils) 8.32 I resolved for myself by changing `lgsm/modules/install_config.sh: cp --update=none "${servercfgdir}/${servercfgdefault}" "${servercfgfullpath}"` to `lgsm/modules/install_config.sh: cp --no-clobber "${servercfgdir}/${servercfgdefault}" "${servercfgfullpath}"` Optional...