Skip to content

Commit e0fd293

Browse files
committed
Added a success message to helper scripts.
1 parent 0e80b22 commit e0fd293

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

helper_scripts/install_faststructure.sh

+2
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,5 @@ cd ..
110110
python2 setup.py build_ext --inplace
111111
cd ..
112112
mv fastStructure-1.0 ${install_dir}
113+
114+
echo "\nInstall succesfull. fastStructure is now ready to use.\n"

helper_scripts/install_structure.sh

+2
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ tar xvfz structure_kernel_source.tar.gz
3434
cd structure_kernel_src/
3535
make
3636
mv structure ${install_dir}
37+
38+
echo "\nInstall succesfull. STRUCTURE is now ready to use.\n"

0 commit comments

Comments
 (0)