fix stage domain

more-scalatags
Thibault Duplessis 2019-04-13 05:58:25 +07:00
parent d7b1c1d16b
commit dfdc226ad9
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
COMMAND=$*
PASSWORD=$LILA_CLI_PASSWORD
curl -d "password=$PASSWORD&command=$COMMAND" https://listage.ovh/cli
curl -d "password=$PASSWORD&command=$COMMAND" https://lichess.dev/cli

View File

@ -38,5 +38,5 @@ if [ $mode = "main" ]; then
xdg-open https://lichess.org/dev/cli
fi
if [ $mode = "stage" ]; then
xdg-open https://listage.ovh/dev/cli
xdg-open https://lichess.dev/dev/cli
fi