Skip to content

Commit

Permalink
fix: revert "explicitly specify install script should run in interact…
Browse files Browse the repository at this point in the history
…ive shell"

* remove unintended characters from install script
  • Loading branch information
johanohly committed Sep 8, 2024
1 parent f5d34e0 commit 412c696
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -i
#!/bin/bash

create_directory() {
local -r directory='./airtrail'
Expand Down Expand Up @@ -68,5 +68,4 @@ You can access the website at http://$ip_address:3000
EOF
}

main
ain
main

0 comments on commit 412c696

Please sign in to comment.