We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5746055 commit 756a3c5Copy full SHA for 756a3c5
1 file changed
src/deb/hestia/postinst
@@ -4,6 +4,12 @@ if [ ! -e "/usr/local/hestia/data/users/admin" ]; then
4
exit
5
fi
6
7
+if [ -z "$HESTIA" ]; then
8
+ export HESTIA='/usr/local/hestia'
9
+ PATH=$PATH:/usr/local/hestia/bin
10
+ export PATH
11
+fi
12
+
13
###############################################################
14
# Initialize functions/variables #
15
0 commit comments