5 lines
73 B
Bash
Executable File
5 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sed -i "s \$BASE_URL $BASE_URL " /etc/vsftpd.conf
|
|
exec "$@"
|