Skip to content

fix: restore executable permission on deploy script - #39

Merged
mcheemaa merged 1 commit into
mainfrom
fix/deploy-script-chmod
Apr 5, 2026
Merged

fix: restore executable permission on deploy script#39
mcheemaa merged 1 commit into
mainfrom
fix/deploy-script-chmod

Conversation

@mcheemaa

Copy link
Copy Markdown
Member

Summary

  • Restores scripts/deploy-to-specter-vm.sh from 644 to 755

PR #10 accidentally changed the file mode. Without this, a fresh clone fails with "permission denied" when running ./scripts/deploy-to-specter-vm.sh.

Test plan

  • Verified E2E: this exact script (same content) was used to deploy Phantom to a test VM 10 minutes ago

@mcheemaamcheemaa self-assigned this Apr 5, 2026
@mcheemaa
mcheemaa merged commit f10bd70 into mainApr 5, 2026
1 check passed
mutusfa pushed a commit to mutusfa/phantom that referenced this pull request Apr 14, 2026
…chmod
fix: restore executable permission on deploy script
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@mcheemaa