Merge pull request #4 from CrynTox/master

Fix shebang in the install script
This commit is contained in:
nahuhh 2024-11-25 15:52:43 +00:00 committed by GitHub
commit b52b7e8c92
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
#set -x
export SWAP_DATADIR=$HOME/coinswaps
if [[ $USER == amnesia ]]; then