mirror of
https://codeberg.org/27/inception-of-things.git
synced 2025-10-14 02:54:45 +02:00
「♻️」 refactor: cleaned a little p1
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
while [ ! -f /vagrant/node-token ];
|
||||
do sleep 2;
|
||||
do sleep 1;
|
||||
done
|
||||
|
||||
TOKEN=$(cat /vagrant/node-token)
|
||||
|
Reference in New Issue
Block a user