Browse Source

Weird typo

Bob Mottram 7 years ago
parent
commit
5b7c64a655
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-bdsmail

+ 1
- 1
src/freedombone-app-bdsmail View File

245
     echo 'import base64, hashlib, sys' >> /etc/bdsmail/get_address
245
     echo 'import base64, hashlib, sys' >> /etc/bdsmail/get_address
246
     echo 'with open(sys.argv[1]) as f:' >> /etc/bdsmail/get_address
246
     echo 'with open(sys.argv[1]) as f:' >> /etc/bdsmail/get_address
247
     echo "    print(base64.b32encode(hashlib.sha256(base64.b64decode(f.read(516), '-~')).digest()).strip('=')+\".b32.i2p\")" >> /etc/bdsmail/get_address
247
     echo "    print(base64.b32encode(hashlib.sha256(base64.b64decode(f.read(516), '-~')).digest()).strip('=')+\".b32.i2p\")" >> /etc/bdsmail/get_address
248
-    chmod +x  >> /etc/bdsmail/get_address
248
+    chmod +x /etc/bdsmail/get_address
249
 
249
 
250
     echo '#!/bin/bash' > /usr/bin/bdsmail_domain
250
     echo '#!/bin/bash' > /usr/bin/bdsmail_domain
251
     echo 'cd /etc/bdsmail' >> /usr/bin/bdsmail_domain
251
     echo 'cd /etc/bdsmail' >> /usr/bin/bdsmail_domain