We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9148cc commit 3ad8b0dCopy full SHA for 3ad8b0d
install.sh
@@ -145,7 +145,7 @@ standalone_install() {
145
echo "If it takes too long, please check the logs with the command:"
146
echo "journalctl -f -u shellhub-agent"
147
148
- timeout 15s bash -c '
+ timeout 15s sh -c '
149
journalctl -f -u shellhub-agent --since "$(systemctl show -p ActiveEnterTimestamp shellhub-agent | cut -d= -f2)" | while read -r line; do
150
if echo "$line" | grep -Eq "Listening for connections"; then
151
echo "✅ Success: $line"
0 commit comments