You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
|
|
DATE=$(date +"%Y-%m-%d")
|
|
PG_USER=pleroma
|
|
PG_PASS=rebased
|
|
PG_HOST=localhost
|
|
PG_NAME=pleroma
|
|
REBASED_VER=develop
|
|
|
|
REBASED_IMG="rebased-$REBASED_VER-$DATE"
|
|
echo $REBASED_IMG
|