Skip to content

Commit cbf87ac

Browse files
committed
Build 2.24.10: Fixed bug in QEWD/YottaDB installer script
1 parent e977b66 commit cbf87ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

installers/install_yottadb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ echo 'Installing YottaDB'
2626

2727
mkdir /tmp/tmp # Create a temporary directory for the installer
2828
cd /tmp/tmp # and change to it. Next command is to download the YottaDB installer
29-
wget wget https://raw.githubusercontent.com/YottaDB/YottaDB/master/sr_unix/ydbinstall.sh -O gtminstall
29+
wget https://raw.githubusercontent.com/YottaDB/YottaDB/master/sr_unix/ydbinstall.sh -O gtminstall
3030
chmod +x gtminstall # Make the file executable
3131

3232
gtmroot=/usr/lib/yottadb

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
{
33
"name": "qewd",
4-
"version": "2.24.9",
4+
"version": "2.24.10",
55
"config": {
6-
"date": "31 October 2017"
6+
"date": "09 November 2017"
77
},
88
"description": "Quick and Easy Web Development",
99
"main": "index.js",

0 commit comments

Comments
 (0)