Skip to content

Commit 0137abc

Browse files
nginx fix again
nginx fix again
1 parent 59030aa commit 0137abc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bootstrap_multi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#########################################################
99

1010
if [ -z "${TAG}" ]; then
11-
TAG=v1.47
11+
TAG=v1.48
1212
fi
1313

1414
# Clone the MultiPool repository if it doesn't exist.

bootstrap_single.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#########################################################
99

1010
if [ -z "${TAG}" ]; then
11-
TAG=v1.87
11+
TAG=v1.88
1212
fi
1313

1414
# Clone the MultiPool repository if it doesn't exist.

menu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
source /etc/functions.sh
77

8-
RESULT=$(dialog --stdout --nocancel --default-item 1 --title "Ultimate Crypto-Server Setup Installer v2.49" --menu "Choose one" -1 60 16 \
8+
RESULT=$(dialog --stdout --nocancel --default-item 1 --title "Ultimate Crypto-Server Setup Installer v2.50" --menu "Choose one" -1 60 16 \
99
' ' "- YiiMP Server Install -" \
1010
1 "YiiMP Single Server" \
1111
2 "YiiMP Multi Server" \

0 commit comments

Comments
 (0)