diff --git a/drone.sh b/drone.sh index 0b6308a..82462c7 100755 --- a/drone.sh +++ b/drone.sh @@ -4,7 +4,7 @@ export HOSTNAME=$(hostname) export DRONE_VERSION=2.16.0 export DRONE_RUNNER_VERSION=1.8.3 export GITEA_ADMIN_USER="admin" -export DRONE_RPC_SECRET="$(echo ${HOSTNAME} | openssl dgst -md5 -hex)" +export DRONE_RPC_SECRET="$(echo ${HOSTNAME} | openssl dgst -md5 -hex|cut -d' ' -f2)" export DRONE_USER_CREATE="username:${GITEA_ADMIN_USER},machine:false,admin:true,token:${DRONE_RPC_SECRET}" # These are set in ~/.bash_profile