5
0
Fork 0

commit by to_remotes 2023-10-02 10:50:35 +0200 from vmdevac

main
ag 2023-10-02 10:50:35 +02:00
parent 4a583ada5d
commit e33b55b6d5
1 changed files with 2 additions and 2 deletions

View File

@ -112,9 +112,9 @@ if [ ! -f $WA_REPO/node_type.sh ]; then
read -r init_as_master
if [ "$init_as_master" == "yes" ]; then
echo "NODE_TYPE=master" > $WA_REPO/node_type.sh
echo "export NODE_TYPE=master" > $WA_REPO/node_type.sh
else
echo "NODE_TYPE=worker" > $WA_REPO/node_type.sh
echo "export NODE_TYPE=worker" > $WA_REPO/node_type.sh
fi
fi