Skip to content

Commit

Permalink
Fixing install script
Browse files Browse the repository at this point in the history
  • Loading branch information
daonb committed Jun 26, 2024
1 parent e52a20e commit 4999ace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sites/get/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ do_install() {
if ! debug; then
cd $tmp
fi
get_n_extract $tmp
if [ -v WEBEXEC ]
et_n_extract $tmp
if [ -n "$WEBEXEC" ]
then
if [ ! -d $HOME/.config/webexec ]
then
Expand Down

0 comments on commit 4999ace

Please sign in to comment.