/[projects]/misc/xoa-installer/xoa-installer.sh
ViewVC logotype

Diff of /misc/xoa-installer/xoa-installer.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2983 by torben, Sat Mar 19 11:58:04 2016 UTC revision 2984 by torben, Sat Mar 19 12:02:38 2016 UTC
# Line 135  npm install --unsafe-perm || exit Line 135  npm install --unsafe-perm || exit
135  npm run build || exit  npm run build || exit
136  cd ..  cd ..
137    
138    if [ ! -f "/etc/xo-server/config.yaml" ] then
139            echo "please setup /etc/xo-server/config.yaml"
140            exit
141    fi
142    
143  restartxo  restartxo
144    
145    

Legend:
Removed from v.2983  
changed lines
  Added in v.2984

  ViewVC Help
Powered by ViewVC 1.1.20