|
|
@@ -4,6 +4,12 @@ if [ ! -e "/usr/local/hestia/data/users/admin" ]; then
|
|
|
exit
|
|
|
fi
|
|
|
|
|
|
+if [ -z "$HESTIA" ]; then
|
|
|
+ export HESTIA='/usr/local/hestia'
|
|
|
+ PATH=$PATH:/usr/local/hestia/bin
|
|
|
+ export PATH
|
|
|
+fi
|
|
|
+
|
|
|
###############################################################
|
|
|
# Initialize functions/variables #
|
|
|
###############################################################
|