You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

test-env-prepare.sh 213B

1234567891011
  1. #!/bin/sh
  2. set -e
  3. if [ ! -f ./build/test-env-prepare.sh ]; then
  4. echo "${0} can only be executed in gitea source root directory"
  5. exit 1
  6. fi
  7. echo "change the owner of files to gitea ..."
  8. chown -R gitea:gitea .