Skip to content

Commit

Permalink
wkdev-init: Simplify sleep_forever
Browse files Browse the repository at this point in the history
  • Loading branch information
TingPing committed Apr 12, 2024
1 parent e6e75fd commit d529709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/container-only/.wkdev-init
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ sleep_forever() {

echo ""
echo "Sleeping forever..."
exec tail -f /dev/null
exec sleep infinity
}

# Main functionality
Expand Down

0 comments on commit d529709

Please sign in to comment.