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