Fix standalone script

This commit is contained in:
Jonah Brüchert
2020-03-21 17:33:54 +01:00
parent bdfc1d7250
commit 8d2c5baa3d

View File

@@ -14,7 +14,7 @@ insert_file() {
sed -i "s/.*${PATTERN}//g" bin/halium-install-standalone.sh
# No idea why sed randomly started to insert ". Anyway, let's fix it.
sed -i '/"/d' bin/halium-install-standalone.sh
sed -i '/^"$/d' bin/halium-install-standalone.sh
}
# Insert included files directly to make the script work standalone