Skip to content

Commit

Permalink
Merge pull request #215 from MusicDin/bp/sshfs-error
Browse files Browse the repository at this point in the history
Port fix for file mount flag in error message (latest-candidate)
  • Loading branch information
tomponline authored Nov 29, 2023
2 parents c29cc6d + 701c24c commit 3938180
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 3938180

Please sign in to comment.