Skip to content

Commit

Permalink
Fixing pull-start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 committed Mar 15, 2024
1 parent 528c44b commit e7c6e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo-converter/pull-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ command="\
sudo docker compose -f $repo_converter_dir/docker-compose.yaml up -d --remove-orphans \
"

sudo bash -c "$command" 2>&1 | sudo tee -a file "$log_file"
bash -c "$command" >> "$log_file" 2>&1

date_time=$(date +"%F %T")
echo "$date_time - Finishing $0" >> "$log_file"

0 comments on commit e7c6e39

Please sign in to comment.