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 6b8ae9a commit 424403dCopy full SHA for 424403d
test/gel-cli/_default.sh
@@ -28,7 +28,7 @@ check "/dc/gel-cli exists" bash -c "ls -la /dc/gel-cli | grep 'config'"
28
# check that the folders are owned by the user
29
# https://askubuntu.com/a/175060
30
# $USER is empty when running as root, so we use $(whoami)
31
-echo "Checking ownership of ~/.local/share/edgedb/data and /dc/gel-cli/data (ensure it is owned by $(whoami))"
+echo "Checking ownership of data installation paths and mounts (ensure it is owned by $(whoami))"
32
33
check "~/.local/share/edgedb owned by user" bash -c "test \"$(stat -c "%U" ~/.local/share/edgedb)\" = $(whoami)"
34
check "/dc/gel-cli/data owned by user" bash -c "test \"$(stat -c "%U" /dc/gel-cli/data)\" = $(whoami)"
0 commit comments