diff options
| author | Philipp Geyer <philipp@geyer.co.uk> | 2023-10-24 23:47:55 +0200 |
|---|---|---|
| committer | Philipp Geyer <philipp@geyer.co.uk> | 2023-10-24 23:47:55 +0200 |
| commit | 971337d54fc59f844d67e8882fc3435321c36bd3 (patch) | |
| tree | 019b849b4395e6f13f76106c52403b904c5214b2 /scripts | |
| parent | 653edf359d5072039f5d523421ab006521870e5f (diff) | |
Minor update
Resizing images
Adding Egosoft to experience
Changing site credits to add open sourcerers
Removing AWS specific appspec file and scripts
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} |
