mv entrypoint to /
This commit is contained in:
parent
f4f629098e
commit
ad3977a95a
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ apt-get -qqy install wget postgresql-client-13 restic > /dev/null;
|
||||||
|
|
||||||
update-ca-certificates
|
update-ca-certificates
|
||||||
|
|
||||||
install -m 0700 /tmp/entrypoint.sh /usr/local/bin/
|
install -m 0700 /tmp/entrypoint.sh /
|
||||||
install -m 0700 /tmp/init.sh /usr/local/bin/
|
install -m 0700 /tmp/init.sh /usr/local/bin/
|
||||||
install -m 0700 /tmp/backup.sh /usr/local/bin/
|
install -m 0700 /tmp/backup.sh /usr/local/bin/
|
||||||
install -m 0700 /tmp/restore.sh /usr/local/bin/
|
install -m 0700 /tmp/restore.sh /usr/local/bin/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{:package [{:name "restic"}
|
{:package [{:name "restic"}
|
||||||
{:name "postgresql-client-13"}]
|
{:name "postgresql-client-13"}]
|
||||||
:file [{:path "/usr/local/bin/entrypoint.sh" :mod "700"}
|
:file [{:path "/entrypoint.sh" :mod "700"}
|
||||||
{:path "/usr/local/bin/init.sh" :mod "700"}
|
{:path "/usr/local/bin/init.sh" :mod "700"}
|
||||||
{:path "/usr/local/bin/backup.sh" :mod "700"}
|
{:path "/usr/local/bin/backup.sh" :mod "700"}
|
||||||
{:path "/usr/local/bin/restore.sh" :mod "700"}]}
|
{:path "/usr/local/bin/restore.sh" :mod "700"}]}
|
||||||
|
|
Loading…
Reference in a new issue