Skip to content

Commit

Permalink
windows run script update
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesun committed Feb 8, 2015
1 parent 9c24b4a commit 2579378
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion windows/console.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cd console && ..\toughrad.exe admin.py -c ../config.json || pause
cd ..\console && ..\windows\toughrad.exe admin.py -c ../config.json || pause
2 changes: 1 addition & 1 deletion windows/createdb.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
toughrad.exe createdb.py -c config.json || pause
toughrad.exe ..\createdb.py -c ../config.json || pause
2 changes: 1 addition & 1 deletion windows/customer.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cd console && ..\toughrad.exe customer.py -c ../config.json || pause
cd ..\console && ..\windows\toughrad.exe customer.py -c ../config.json || pause
2 changes: 1 addition & 1 deletion windows/radiusd.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
toughrad.exe radiusd/server.py -c config.json -dict radiusd/dict/dictionary || pause
toughrad.exe ../radiusd/server.py -c ../config.json -dict ../radiusd/dict/dictionary || pause

0 comments on commit 2579378

Please sign in to comment.