Skip to content

Commit

Permalink
Move redis folder to dist folder, and update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Schwab committed Feb 9, 2019
1 parent ac8a9db commit ba07e63
Show file tree
Hide file tree
Showing 4 changed files with 186 additions and 186 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions redis/install.bat → dist/redis/install.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
@echo off
if exist redis/redis-installed (
if exist dist/redis/redis-installed (
echo "Redis is already installed."
) else (
echo "Installing Redis..."
msiexec /i "%cd%\redis\Redis-x64-3.2.100.msi" || goto:failure
msiexec /i "%cd%\dist\redis\Redis-x64-3.2.100.msi" || goto:failure
echo "Successfully installed."
type NUL > redis/redis-installed
type NUL > dist/redis/redis-installed
)
goto:eof

Expand Down
Loading

0 comments on commit ba07e63

Please sign in to comment.