mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2025-07-23 21:31:42 +02:00
Checking all installed modules before runnign setup-Dev
This commit is contained in:
12
setupDev.sh
12
setupDev.sh
@@ -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.
|
||||
|
Reference in New Issue
Block a user