mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-06-03 02:49:42 +00:00
7 lines
97 B
Bash
7 lines
97 B
Bash
#!/bin/sh -x
|
|
|
|
# Set password
|
|
echo "root:${PASSWORD}" | chpasswd
|
|
|
|
/opt/app/butterfly.server.py $@
|