Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Schleizer committed Oct 29, 2020
1 parent 38fc2ab commit e78bf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/bin/sandbox-app-launcher
Expand Up @@ -98,7 +98,7 @@ setup() {
mkdir --parents "${app_homedir}"
fi

if ! [ "$(stat -c "%U" "${app_homedir}")" = "700" ]; then
if ! [ "$(stat -c "%U" "${app_homedir}")" = "${app_user}" ]; then
chown --recursive "${app_user}" "${app_homedir}"
fi

Expand Down

0 comments on commit e78bf74

Please sign in to comment.