Skip to content

Commit

Permalink
Fall back to an actual temp dir if none is set #123
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Dec 13, 2024
1 parent 71e3b0c commit 31dacbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ver=`cat "$wadir/version"`

# Find temp directory
if [ "$tempdir" = "" ]; then
tempdir=$tempdir
tempdir=/tmp/.webmin
fi

if [ $? != "0" ]; then
Expand Down

0 comments on commit 31dacbc

Please sign in to comment.