Browse Source

docker: always run ./debug.sh as root

Signed-off-by: Alejandro Mery <amery@geeks.cl>
user/amery/stage
Alejandro Mery 3 years ago
parent
commit
37cdffd581
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      docker/run.sh

+ 3
- 0
docker/run.sh

@ -79,6 +79,9 @@ if [ $# -gt 0 ]; then
;;
esac
;;
*/debug.sh)
USER_NEEDS_SUDO=true
;;
esac
;;

Loading…
Cancel
Save