Change `shell` helper script to use the same naming convention as hot

code reloader task
pull/974/head
Connor Rigby 2019-09-13 08:10:53 -07:00
parent 21ca8969a6
commit 4a8689f206
No known key found for this signature in database
GPG Key ID: 29A88B24B70456E0
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
iex --name console@localhost --cookie democookie --remsh farmbot@farmbot-$1.local
iex --name console --cookie democookie --remsh farmbot@farmbot-$1.local