bug fix
This commit is contained in:
@@ -22,13 +22,13 @@ GOTO END
|
||||
|
||||
:: --- Übernimmt die globalen Variablen und installiert die gewünschte App
|
||||
:INSTALL
|
||||
set APPNAME=%1
|
||||
set APPNAME=%2
|
||||
curl.exe %CURLOPT% %GITURL%/app/install_%APPNAME%.cmd & install_%1%.cmd
|
||||
Goto END
|
||||
|
||||
:: --- Übernimmt die globalen Variablen und installiert das gewünschte script
|
||||
:SCRIPT
|
||||
set APPNAME=%1
|
||||
set APPNAME=%2
|
||||
curl.exe %CURLOPT% %GITURL%/app/script_%APPNAME%.cmd & script_%1%.cmd
|
||||
Goto END
|
||||
|
||||
|
Reference in New Issue
Block a user