Bob Mottram 8 år sedan
förälder
incheckning
7db9966b21
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      src/freedombone-app-tahoelafs

+ 2
- 2
src/freedombone-app-tahoelafs Visa fil

@@ -222,11 +222,11 @@ function install_tahoelafs {
222 222
     git checkout $TAHOELAFS_COMMIT -b $TAHOELAFS_COMMIT
223 223
     git submodule update --init --recursive
224 224
     virtualenv venv
225
-    venv/bin/pip install six packaging appdirs pycrypto==2.1.0 cryptography==1.3.4
225
+    venv/bin/pip install six packaging appdirs pycrypto==2.1.0
226 226
     venv/bin/pip install --editable .
227 227
     configure_firewall_for_tahoelafs
228 228
 
229
-    su -c "cd $TAHOE_COMMAND create-introducer /home/tahoelafs/.tahoe-introducer" - tahoelafs
229
+    su -c "$TAHOE_COMMAND create-introducer /home/tahoelafs/.tahoe-introducer" - tahoelafs
230 230
     TAHOELAFS_CONFIG=/home/tahoelafs/.tahoe-introducer/tahoe.cfg
231 231
     if [ ! -f $TAHOELAFS_CONFIG ]; then
232 232
         exit 62831