This website requires JavaScript.
Explore
Help
Sign In
jonas
/
restic
Watch
1
Star
0
Fork
0
You've already forked restic
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
24143adf8a
restic
/
entrypoint.sh
9 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
fixed entrypoint and using tumbleweed version instead of restic verson as tag
2023-04-17 12:12:51 +00:00
#!/usr/bin/env bash
initial commit
2023-04-12 14:47:01 +00:00
fixed entrypoint and using tumbleweed version instead of restic verson as tag
2023-04-17 12:12:51 +00:00
if
[
[
"
$1
"
=
=
"start"
]
]
;
then
/usr/bin/restic
"
$@
"
initial commit
2023-04-12 14:47:01 +00:00
else
fixed entrypoint and using tumbleweed version instead of restic verson as tag
2023-04-17 12:12:51 +00:00
exec
"
$@
"
initial commit
2023-04-12 14:47:01 +00:00
fi
Reference in New Issue
Copy Permalink