mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-12-01 12:03:03 +00:00
Fix typo in heimdall shell
This commit is contained in:
parent
ed0c5aa89f
commit
f4ab6dab1f
1 changed files with 1 additions and 1 deletions
2
docker/heimdall/dist/start.sh
vendored
2
docker/heimdall/dist/start.sh
vendored
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/ash
|
||||
#!/bin/bash
|
||||
if [ "$(ls /var/lib/nginx/html/database)" = "" ] && [ "$HEIMDALL_PERSIST" = "YES" ];
|
||||
then
|
||||
tar xvfz /var/lib/nginx/first.tgz -C /
|
||||
|
|
|
|||
Loading…
Reference in a new issue