Skip to content
Snippets Groups Projects
Verified Commit 6b00d1ec authored by David Beniamine's avatar David Beniamine
Browse files

back tosourcing every install script

parent 84fc63c0
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,6 @@ do
mod="install$mod"
if [ -f $mod.sh ]
then
sh `pwd`/$mod.sh | tee -a $mod.log install.log
. `pwd`/$mod.sh | tee -a $mod.log install.log
fi
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment