mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
it can't run bash directly.
This commit is contained in:
parent
2c6eb76009
commit
79cdd47bf2
2 changed files with 8 additions and 1 deletions
3
certbot-dns-dnsimple/run-bash
Normal file
3
certbot-dns-dnsimple/run-bash
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
/bin/bash
|
||||
|
|
@ -8,7 +8,7 @@ adopt-info: certbot-dns-dnsimple
|
|||
|
||||
apps:
|
||||
bash:
|
||||
command: bash
|
||||
command: run-bash
|
||||
|
||||
parts:
|
||||
certbot-dns-dnsimple:
|
||||
|
|
@ -31,6 +31,10 @@ parts:
|
|||
override-pull: |
|
||||
snapcraftctl pull
|
||||
mkdir $SNAPCRAFT_PART_SRC/certbot-exec
|
||||
test:
|
||||
plugin: dump
|
||||
source: .
|
||||
stage: [run-bash]
|
||||
|
||||
slots:
|
||||
certbot:
|
||||
|
|
|
|||
Loading…
Reference in a new issue