Made the compute-* scripts executable

This commit is contained in:
Anton Beloglazov 2012-10-05 15:53:23 +10:00
parent 0f0bbd4cbe
commit ea124282e1
10 changed files with 20 additions and 0 deletions

2
compute-clone-neat.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python2
# Copyright 2012 Anton Beloglazov
#
# Licensed under the Apache License, Version 2.0 (the "License");

2
compute-copy-conf.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python2
# Copyright 2012 Anton Beloglazov
#
# Licensed under the Apache License, Version 2.0 (the "License");

2
compute-data-collector-start.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python2
# Copyright 2012 Anton Beloglazov
#
# Licensed under the Apache License, Version 2.0 (the "License");

2
compute-data-collector-status.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python2
# Copyright 2012 Anton Beloglazov
#
# Licensed under the Apache License, Version 2.0 (the "License");

2
compute-data-collector-stop.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python2
# Copyright 2012 Anton Beloglazov
#
# Licensed under the Apache License, Version 2.0 (the "License");

2
compute-install-neat.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python2
# Copyright 2012 Anton Beloglazov
#
# Licensed under the Apache License, Version 2.0 (the "License");

2
compute-local-manager-start.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python2
# Copyright 2012 Anton Beloglazov
#
# Licensed under the Apache License, Version 2.0 (the "License");

2
compute-local-manager-status.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python2
# Copyright 2012 Anton Beloglazov
#
# Licensed under the Apache License, Version 2.0 (the "License");

2
compute-local-manager-stop.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python2
# Copyright 2012 Anton Beloglazov
#
# Licensed under the Apache License, Version 2.0 (the "License");

2
compute-update.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/python2
# Copyright 2012 Anton Beloglazov
#
# Licensed under the Apache License, Version 2.0 (the "License");