Просмотр исходного кода

Fixed building s390x release.

Thanks to xet7 !
Lauri Ojansivu 1 год назад
Родитель
Сommit
73f943f89a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      releases/up.sh

+ 1 - 1
releases/up.sh

@@ -19,7 +19,7 @@ sudo apt-get -y install parallel
 
 {
   ~/repos/wekan/releases/up-a.sh $1
-  #~/repos/wekan/releases/up-s.sh $1
+  ~/repos/wekan/releases/up-s.sh $1
   #~/repos/wekan/releases/up-o.sh $1
   ~/repos/wekan/releases/up-w.sh $1
 } | parallel -k