Skip to content

Commit

Permalink
- removed my paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed May 23, 2017
1 parent b07ebda commit 6841faa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/external_chown_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
# this can increase security in particular if write access to this
# script is removed by the admin.
# ALLOWED_PATHS = [ job_working_directory, new_file_path ]
# ALLOWED_PATHS = None
ALLOWED_PATHS = [ "/gpfs1/data/galaxy_server/galaxy-dev/database/tmp/", "/gpfs1/data/galaxy_server/galaxy-dev/jobs_dir/" ]
ALLOWED_PATHS = None

def validate_paramters():
if len(sys.argv) < 4:
Expand Down

0 comments on commit 6841faa

Please sign in to comment.