5 lines
82 B
Bash
5 lines
82 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
echo "starting bridge-whatsapp"
|
|
exec dumb-init pnpm run start
|