mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-06-07 12:54:39 +00:00
6 lines
116 B
Bash
6 lines
116 B
Bash
#!/bin/sh
|
|
|
|
# Set password
|
|
echo "root:${PASSWORD}" | chpasswd
|
|
|
|
/opt/app/butterfly.server.py --unsecure --host=0.0.0.0 |