This commit is contained in:
Zheng Kai
2023-08-21 10:49:03 +08:00
parent 866b2f569c
commit 911c1b9f5f
6 changed files with 26 additions and 22 deletions

View File

@@ -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