Skip to content

Commit

Permalink
Merge pull request #59 from Vatsim-Scandinavia/dev
Browse files Browse the repository at this point in the history
Fixed deploy perms and typo
  • Loading branch information
blt950 authored May 20, 2022
2 parents 79309ff + 3bedee7 commit f728e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function run_php () {
if [ -e "/usr/bin/php8.1" ]; then
/usr/bin/php8.1 $@
elif [ -e "/usr/local/bin/php8.1" ]; then
/usr/local/bin/php8.0 $@
/usr/local/bin/php8.1 $@
elif [ -e "/usr/bin/php8.0" ]; then
/usr/bin/php8.1 $@
elif [ -e "/usr/local/bin/php8.0" ]; then
Expand Down

0 comments on commit f728e6e

Please sign in to comment.