Fix #1079 - bug in reset.sh (#1134)

We need $0 to evaluate as install.sh in order for check-requirements to
work.
This commit is contained in:
Chad Whitacre 2021-11-02 10:59:13 -04:00 committed by GitHub
parent 8606348c02
commit c16ae024dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,4 +59,4 @@ if [ -n "$version" ]; then
fi
# Install.
exec ./install.sh
./install.sh