Skip to content

Fix bash script

  • chmod +x to make the script executable
  • #!/bin/sh#!/bin/bash because the script contains bash-isms
Edited by Dimitri Papadopoulos Orfanos

Merge request reports