Skip to content

Commit

Permalink
Finished space conversion
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Schaper <dan.schaper@pihole.net>
  • Loading branch information
Dan Schaper committed Jul 6, 2018
1 parent b087888 commit a323b12
Show file tree
Hide file tree
Showing 3 changed files with 2,010 additions and 2,021 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Expand Up @@ -9,7 +9,7 @@ end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = tab
tab_width = 2
tab_width = 4
charset = utf-8
trim_trailing_whitespace = true

Expand Down
6 changes: 0 additions & 6 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 comments on commit a323b12

@Neepawa
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line 2432 was changed from

. /opt/pihole/webpage.sh

to (note that the leading "." is missing):

/opt/pihole/webpage.sh

Because webpage.sh is no longer sourced, the HashPassword function is not available. The command on the next line to write the hashed password to the setupVars file fails.

@dschaper
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #2284

Please sign in to comment.