7 lines
112 B
Bash
7 lines
112 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
. ./sahi-common-env.sh
|
||
|
|
|
||
|
|
export SAHI_USERDATA_DIR=$SAHI_HOME/userdata
|
||
|
|
. $SAHI_HOME/bin/dashboard.sh
|