diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/build.sh | 9 | ||||
| -rwxr-xr-x | scripts/permissions.sh | 6 |
2 files changed, 0 insertions, 15 deletions
diff --git a/scripts/build.sh b/scripts/build.sh deleted file mode 100755 index b6d0580..0000000 --- a/scripts/build.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -DIR=/home/ec2-user/philippgeyer.co.uk - -pushd ${DIR} - -make - -popd diff --git a/scripts/permissions.sh b/scripts/permissions.sh deleted file mode 100755 index 0962a47..0000000 --- a/scripts/permissions.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -DIR=/home/ec2-user/philippgeyer.co.uk - -chown -R web:web ${DIR} -chmod -R g+w ${DIR} |
