Skip to content

Commit

Permalink
fixup missed closing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevorBenson committed Oct 22, 2023
1 parent 1c8ad58 commit 0ed8b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/mithril-signer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ deploy_systemd() {
RestartSec=5
User=${USER}
EnvironmentFile=${MITHRIL_HOME}/service.env
ExecStart=/bin/bash -l -c \"exec ${HOME}/.local/bin/mithril-signer -vv
ExecStart=/bin/bash -l -c \"exec ${HOME}/.local/bin/mithril-signer -vv\"
KillSignal=SIGINT
SuccessExitStatus=143
StandardOutput=syslog
Expand Down

0 comments on commit 0ed8b71

Please sign in to comment.