2,684
edits
m (→The script: cosmetic changes) |
m (→The script) |
||
Line 1,008: | Line 1,008: | ||
if [ -e $neggia_path ]; then | if [ -e $neggia_path ]; then | ||
echo LIB=$neggia_path >> XDS.INP | echo LIB=$neggia_path >> XDS.INP | ||
echo LIB= <dectris-neggia> was written to XDS.INP . Check the path! For Apple M1 processors, modify the name. | echo "LIB= <dectris-neggia> was written to XDS.INP . Check the path! For Apple M1 processors, modify the name." | ||
else | else | ||
echo !LIB=/usr/local/lib64/dectris-neggia.so >> XDS.INP | echo !LIB=/usr/local/lib64/dectris-neggia.so >> XDS.INP | ||
echo dectris-neggia.so not found. Specify LIB=<path-to-dectris-neggia> in XDS.INP & fix your generate_XDS.INP ! | echo "dectris-neggia.so not found. Specify LIB=<path-to-dectris-neggia> in XDS.INP & fix your generate_XDS.INP !" | ||
fi | fi | ||
else | else | ||
Line 1,017: | Line 1,017: | ||
if [ -e $durin_path ]; then | if [ -e $durin_path ]; then | ||
echo LIB=$durin_path >> XDS.INP | echo LIB=$durin_path >> XDS.INP | ||
echo LIB= <durin-plugin> was written to XDS.INP . Check the path! For Apple M1 processors, modify the name. | echo "LIB= <durin-plugin> was written to XDS.INP . Check the path! For Apple M1 processors, modify the name." | ||
else | else | ||
echo !LIB=/usr/local/lib64/durin-plugin.so >> XDS.INP | echo !LIB=/usr/local/lib64/durin-plugin.so >> XDS.INP | ||
echo durin-plugin.so not found. Specify LIB=<path-to-durin-plugin> in XDS.INP & fix your generate_XDS.INP ! | echo "durin-plugin.so not found. Specify LIB=<path-to-durin-plugin> in XDS.INP & fix your generate_XDS.INP !" | ||
fi | fi | ||
fi | fi |