Selaa lähdekoodia

Set default sydent port

Bob Mottram 8 vuotta sitten
vanhempi
commit
adeb17033f
1 muutettua tiedostoa jossa 4 lisäystä ja 2 poistoa
  1. 4
    2
      src/freedombone-app-matrix

+ 4
- 2
src/freedombone-app-matrix Näytä tiedosto

192
 function matrix_generate_identityserver_file {
192
 function matrix_generate_identityserver_file {
193
     local filepath="${1}"
193
     local filepath="${1}"
194
 
194
 
195
-    cd /etc/sydent/sydent
195
+    cd /etc/sydent
196
     python -m sydent.sydent \
196
     python -m sydent.sydent \
197
            --config-path "${filepath}" \
197
            --config-path "${filepath}" \
198
            --generate-config \
198
            --generate-config \
540
     if [ -d $INSTALL_DIR/sydent ]; then
540
     if [ -d $INSTALL_DIR/sydent ]; then
541
         rm -rf $INSTALL_DIR/sydent/*
541
         rm -rf $INSTALL_DIR/sydent/*
542
     fi
542
     fi
543
+    sed -i "s|8090|${MATRIX_ID_PORT}|g" /etc/sydent/sydent/sydent.py
544
+    python setup.py install
543
     pip install --upgrade --process-dependency-links . -b $INSTALL_DIR/sydent
545
     pip install --upgrade --process-dependency-links . -b $INSTALL_DIR/sydent
544
     if [ ! "$?" = "0" ]; then
546
     if [ ! "$?" = "0" ]; then
545
         echo $'Failed to install matrix identity server'
547
         echo $'Failed to install matrix identity server'
728
     function_check update_default_domain
730
     function_check update_default_domain
729
     update_default_domain
731
     update_default_domain
730
 
732
 
731
-    pip install --upgrade --force "pynacl==0.3.0"
733
+    #pip install --upgrade --force "pynacl==0.3.0"
732
 
734
 
733
     function_check matrix_nginx
735
     function_check matrix_nginx
734
     matrix_nginx
736
     matrix_nginx