Commit 4a6e2799f09e946094b41c1bfb1920fb3fd3b0ed

Authored by Alexis Koralewski
1 parent 3552b2ad
Exists in dev

Fixing endofline issue of windows

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
docker/PYROS_DOCKER_START.sh
1 1 export CURRENT_UID=$(id -u)
2 2 export COMPUTER_HOSTNAME=$HOSTNAME
3 3 docker-compose down --remove-orphans
4 4 -docker-compose up -d
  5 +docker-compose up -d
5 6 \ No newline at end of file
... ...