mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-12 22:12:25 +08:00
up
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
TARGET="Lamia"
|
||||
|
||||
if [ "$HOSTNAME" != "$TARGET" ]; then
|
||||
if [ "$HOSTNAME" != "$TARGET" ] && [ "$HOSTNAME" != "Rachel" ]; then
|
||||
>&2 echo only run in server "$TARGET"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user