Skip to content

Commit

Permalink
Merge pull request #12 from IBM/fix_t
Browse files Browse the repository at this point in the history
Fixed chmod command
  • Loading branch information
savani-ibm authored Nov 13, 2024
2 parents d369ec6 + 70a93bb commit cee047e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/manage/ibm-concert-manage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function initialize {
set -e
echo ===== work_dir is ${work_dir} =====
mkdir -p ${work_dir}
chmod 777 -R ${work_dir}
chmod -R 777 ${work_dir}
export DOCKER_DEFAULT_PLATFORM="linux/amd64"
if [ "${dockerexe}" == "podman" ]
then
Expand Down

0 comments on commit cee047e

Please sign in to comment.