Set shell script execution flag and fixed landing path

This commit is contained in:
root 2022-02-16 12:44:46 +01:00
parent d344afe203
commit 6d14bf8edb
8 changed files with 1 additions and 1 deletions

0
install-bridgehead.sh Normal file → Executable file
View File

0
lib/functions.sh Normal file → Executable file
View File

2
lib/generate.sh Normal file → Executable file
View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
cat > ../landing/index.html <<EOL cat > ./landing/index.html <<EOL
<html lang="en"> <html lang="en">
<head> <head>

0
lib/prerequisites.sh Normal file → Executable file
View File

0
start-bridgehead.sh Normal file → Executable file
View File

0
stop-bridgehead.sh Normal file → Executable file
View File

0
uninstall-bridgehead.sh Normal file → Executable file
View File

0
update-bridgehead.sh Normal file → Executable file
View File