mirror of
https://codeberg.org/27/inception-of-things.git
synced 2026-01-01 06:06:42 +01:00
「✨」 feat: everything is working fuck yea
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
while [ ! -f /vagrant/node-token ];
|
||||
do sleep 1;
|
||||
do sleep 2;
|
||||
done
|
||||
|
||||
TOKEN=$(cat /vagrant/node-token)
|
||||
|
||||
Reference in New Issue
Block a user