summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/70-write_versionstring.inc
blob: eb359c42b44431f6df9d3b2f8a5e873ee8689a0b (plain) (blame)
1
2
3
4
5
6
7
write_versionstring() {
	# This should be obsolete soon; for now the version string 
	# is just the date of script run time
	VERS=$(date +%Y%j%H)

	echo "$VERS" > "${SLXADMINDIR}/version"
}