Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 6468a3b

Browse files
committed
no need to strip newline
1 parent 7403f7c commit 6468a3b

File tree

1 file changed

+1
-1
lines changed
  • root/etc/services.d/autostart

1 file changed

+1
-1
lines changed

root/etc/services.d/autostart/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ else
2424
sleep 1
2525
# generate a token based on env vars
2626
cd /gclient
27-
TOKEN=$(node maketoken.js | tr '\n' '')
27+
TOKEN=$(node maketoken.js)
2828
websocat -q -n "ws://localhost:${CUSTOM_PORT:=3000}${SUBFOLDER}guaclite?token=${TOKEN}&width=1920&height=1080"
2929
sleep infinity
3030
fi

0 commit comments

Comments
 (0)