summarylogtreecommitdiffstats
path: root/wf-server.launcher
blob: 6d6a3eb09948986fff0ff6c2f2682e2fb27d832b (plain)
1
2
3
4
5
6
7
#!/bin/bash

basepath="/opt/warfork"

${basepath}/wf_server \
  +set fs_basepath ${basepath} \
  +set fs_usehomedir 1 "${@}"