mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-18 14:38:42 +00:00
6 lines
No EOL
141 B
Bash
6 lines
No EOL
141 B
Bash
#!/bin/bash
|
|
|
|
VERSION="$(cat /opt/bunkerweb/VERSION | tr -d '\n')"
|
|
sed -i "s/%VERSION%/${VERSION}/g" .fpm
|
|
|
|
fpm -t "$1" -p "/data/bunkerweb.$1" |