Skip to content

Commit

Permalink
Update cmd/configure/configure.go
Browse files Browse the repository at this point in the history
Co-authored-by: Tasos Bitsios <[email protected]>
  • Loading branch information
larkiny and tasosbit authored Jan 9, 2025
1 parent c6f1f4f commit 3e3143b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/configure/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func configureNode() error {
fmt.Println("Found valid Algorand Data Directory: " + algorandData)

if systemServiceConfigure {
if promptWrapperYes("Would you like to set the ALGORAND_DATA env variable as the data directory for the systemd Algorand service? (Y/N)") {
if promptWrapperYes("Would you like to set the ALGORAND_DATA env variable as the data directory for the systemd Algorand service? (y/N)") {
editAlgorandServiceFile(algorandData)
os.Exit(0)
}
Expand Down

0 comments on commit 3e3143b

Please sign in to comment.