forgot a toString
This commit is contained in:
parent
172d5e6e8c
commit
2c88897e62
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
|
||||
cat > /var/lib/u/.env <<EOF
|
||||
DATABASE_URL="sqlite:/var/lib/u/u.db"
|
||||
U_PORT="${cfg.port}"
|
||||
U_PORT="${toString cfg.port}"
|
||||
U_FILES_DIR="/var/lib/u/files"
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue