Skip to content

Commit

Permalink
Per #2611, making compile_MET_all.sh executable
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Nov 14, 2023
1 parent b24d1e5 commit e586c01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/scripts/docker/build_met_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ echo "Running bootstrap for MET ${MET_GIT_NAME} and writing log file ${LOG_FILE}

LOG_FILE=/met/logs/MET-${MET_GIT_NAME}_compile_MET_all.log
echo "Running compile_MET_all.sh for MET ${MET_GIT_NAME} and writing log file ${LOG_FILE}"
chmod 755 ./internal/scripts/installation/compile_MET_all.sh
./internal/scripts/installation/compile_MET_all.sh internal/scripts/environment/development.docker >> ${LOG_FILE} 2>&1

#echo "Configuring MET ${MET_GIT_NAME} and appending to log file ${LOG_FILE}"
Expand Down

0 comments on commit e586c01

Please sign in to comment.