5
0
Fork 0

commit by to_remotes 2023-10-05 09:19:47 +0200 from vmdevac

main
ag 2023-10-05 09:19:47 +02:00
parent d27f08add1
commit 686c6bc98d
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ else
echo "init as master set to $init_as_xmaster"
if [ "$init_as_xmaster" == "yes" ]; then
if [ "$init_as_xmaster" = "yes" ]; then
echo "node type set to master"
echo -n "export NODE_TYPE=master" | tee $WA_REPO/node_type.sh
NODE_TYPE=master