Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix start-deployFTBA #3124

Merged
merged 2 commits into from
Oct 26, 2024
Merged

fix start-deployFTBA #3124

merged 2 commits into from
Oct 26, 2024

Conversation

IronMine
Copy link
Contributor

fixes : #3123

@IronMine
Copy link
Contributor Author

let me check just to be sure !

@@ -45,7 +45,7 @@ if isTrue "$FTB_FORCE_REINSTALL" || ! [ -f "${ftbInstallMarker}" ] || [ "$(cat "
log "Downloading FTB installer"
if [ "$(uname -m)" == "aarch64" ]; then
log "Downloading ARM installer"
$arm=/arm
$arm="/arm"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And remove that leading $ I think

(Some languages include that there so now I'm getting myself confused 😀)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes because i was doing some php ealier this day :/

@IronMine
Copy link
Contributor Author

really sorry for that i should have tested this ! But this makes me want to add a lot more tests ^^

@itzg
Copy link
Owner

itzg commented Oct 26, 2024

really sorry for that i should have tested this ! But this makes me want to add a lot more tests ^^

No problem at all. Take a look at the setuponly tests if you're interested...however, it's a balancing act since too many of them ran fairly slow.

@itzg itzg merged commit 868bcb7 into itzg:master Oct 26, 2024
5 checks passed
Sign up for free to 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.

Error in /start-deploy-FTBA when setting up new docker on Raspberry Pi5
2 participants