This commit is contained in:
Alexandre
2022-01-19 23:21:41 +01:00
parent 49c3de7737
commit db7c827077
53 changed files with 53 additions and 53 deletions

View File

@@ -2,7 +2,7 @@
# If dockerfile failed install manually
if [ -e "/MODULESFILE" ]; then
echo "Executing modules script"
PACKAGES=$(</MODULESFILE)
MODULES=$(</MODULESFILE)
(
##############################
# Automatic modules download #