12 lines
194 B
Text
12 lines
194 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
set -a
|
||
|
COSMOS_CONF_DIR="/etc/cosmos"
|
||
|
. /etc/cosmos/cosmos.conf
|
||
|
COSMOS_VERBOSE="yes"
|
||
|
set +a
|
||
|
|
||
|
/etc/cosmos/update.d/25verify-git 2>/dev/null | grep ^"tag " | head -1 | cut -b 5-
|