Skip to content

Commit

Permalink
snapcraft/wrappers/sshfs: Fix file mount flag in error message
Browse files Browse the repository at this point in the history
(stable-5.0)

Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Nov 29, 2023
1 parent c29cc6d commit 24790e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft/wrappers/sshfs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if [ "$(id -u)" != "0" ]; then
echo "" >&2
echo "\"lxc file mount\" with SSHFS can only be used as root in the LXD snap." >&2
echo "For use as a regular user, please use the --connect option instead." >&2
echo "For use as a regular user, please use the --listen option instead." >&2
echo "" >&2
exit 1
fi
Expand Down

0 comments on commit 24790e9

Please sign in to comment.