Skip to content

Commit 7204ebf

Browse files
author
Milan Pssler
committed
Revert "Intend EOF with tabs"
This reverts commit 5a02b4f.
1 parent 610b1fb commit 7204ebf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/bootstrap.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,13 @@ function prereq {
106106

107107
function install {
108108
#Clone and install NodeJS libs
109-
su - hopglass --shell /bin/bash <<-EOF
109+
su - hopglass --shell /bin/bash <<'EOF'
110110
git clone https://github.com/hopglass/hopglass-server -b v0.1.2 server
111111
cd server
112112
npm install
113113
exit
114-
EOF
114+
EOF
115+
#EOF can't be indented
115116

116117
#Symlink systemd service and copy config file:
117118
#only for systemd-systems

0 commit comments

Comments
 (0)