We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e68c32b + 740a5b0 commit 90e10c2Copy full SHA for 90e10c2
install/upgrade/1.00.0-190618.sh
@@ -1,11 +1,12 @@
1
#!/bin/bash
2
3
-# Define vars
4
-if [ -z "$HESTIA" ]; then
5
- export HESTIA="/usr/local/hestia"
6
-fi
+# Define variables
+export HESTIA="/usr/local/hestia"
+export BIN="/usr/local/hestia/bin"
7
HESTIA_BACKUP="/root/hst_upgrade/$(date +%d%m%Y%H%M)"
8
hestiacp="$HESTIA/install/deb"
+
9
+# Set phpMyAdmin version for upgrade
10
pma_v='4.9.0.1'
11
12
# Add amd64 to repositories to prevent notifications - https://goo.gl/hmsSV7
0 commit comments