Checking all installed modules before runnign setup-Dev

This commit is contained in:
Aditya Ujeniya
2025-02-17 10:13:23 +01:00
parent b8b7273016
commit 0590e84565
4 changed files with 154 additions and 29 deletions

View File

@@ -24,17 +24,9 @@ if [ ! -d cc-backend ]; then
exit
fi
# Check if required perl modules are installed
if ./scripts/checkPerlModules.pl migrateTimestamps.pl | grep "couldn't load"; then
echo "Perl Modules missing!"
echo -n "Stopped."
exit
else
echo "Perl Modules loaded."
fi
chmod u+x scripts/checkModules.sh
./scripts/checkModules.sh
echo -n "GET HERE."
exit
# Creates data directory if it does not exists.
# Contains all the mount points required by all the docker services
# and their static files.