← All labs
FilesystemIntermediate~5 min

A release symlink pointing at nothing

Your app is served from ~/current, a symlink that's supposed to point at the active release. It still points at releases/v1, which has been deleted. The new release releases/v2 is ready — repoint the symlink.

Your mission

  • Make `~/current` point at `~/releases/v2`

Everything here is simulated and safe — break things freely. Your progress is tracked on the right and saved in this browser.

player@shellquest — repoint-the-symlink