Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit 0d8b089

Browse filesBrowse files
committed
Fixed typo
1 parent 2439fa0 commit 0d8b089
Copy full SHA for 0d8b089

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎tools/install.sh

Copy file name to clipboardExpand all lines: tools/install.sh
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
FILE=$HOME/.exoframe/server.config.yml
44
DRY_RUN=0
55
ssl=false
6-
INERACTIVE=true
6+
INTERACTIVE=true
77

88
usage()
99
{
@@ -39,17 +39,17 @@ while [ "$1" != "" ]; do
3939
exit 1
4040
;;
4141
esac
42-
INERACTIVE=false
42+
INTERACTIVE=false
4343
shift
4444
done
4545

46-
if [ ! $domain ] && [ $INERACTIVE = true ]; then
46+
if [ ! $domain ] && [ $INTERACTIVE = true ]; then
4747
read -p "Enter exoframe-server domain: " domain
4848
fi
49-
if [ ! -f "$FILE" ] && [ $ssl = false ] && [ $INERACTIVE = true ]; then
49+
if [ ! -f "$FILE" ] && [ $ssl = false ] && [ $INTERACTIVE = true ]; then
5050
read -p "Enter email to enable SSL support: " ssl
5151
fi
52-
if [ ! $passvar ] && [ $INERACTIVE = true ]; then
52+
if [ ! $passvar ] && [ $INTERACTIVE = true ]; then
5353
read -sp "Enter your private key used for JWT encryption: " passvar
5454
fi
5555

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.