mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-26 07:08:08 +00:00
7 lines
97 B
Bash
Executable File
7 lines
97 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
# Set password
|
|
echo "root:${PASSWORD}" | chpasswd
|
|
|
|
/opt/app/butterfly.server.py $@
|