Skip to content

Commit

Permalink
Fix build again
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
  • Loading branch information
roidelapluie committed Jun 9, 2022
1 parent 4302a09 commit 102cc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ui/build_ui.sh
Expand Up @@ -15,7 +15,7 @@

set -e
current=$(pwd)
if [[ -z $HOME ]] || [[ "$HOME" == "/" ]]
if ! [[ -w $HOME ]]
then
export HOME=$(mktemp -d)
fi
Expand Down

0 comments on commit 102cc1b

Please sign in to comment.