Skip to content

Commit

Permalink
apt --fix-broken install
Browse files Browse the repository at this point in the history
  • Loading branch information
zajakin committed Apr 26, 2024
1 parent 449c7e1 commit fb65b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Docker-BioInf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ nuser="user300"
docker exec $nuser /usr/bin/supervisorctl -c /etc/supervisor/conf.d/supervisord.conf restart 5_sshd
docker exec $nuser /usr/bin/supervisorctl -c /etc/supervisor/conf.d/supervisord.conf restart 6_nginx
docker exec $nuser /etc/supervisor/conf.d/update.sh
docker exec $nuser apt --fix-broken install -y
awk -F"\t" "/\t$nuser\t/ {print}" staff.tsv | tr '\t' ' ' | sudo xargs -l -P 10 ./Docker-BioInf-per-student.sh
docker stop $nuser
docker rm $nuser
Expand Down

0 comments on commit fb65b98

Please sign in to comment.