summaryrefslogtreecommitdiffstats
path: root/satellit_installer/includes/70-write_versionstring.inc
blob: 397df2f488f7a5cf74ef2839fe35046b653f1a34 (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" > "${PATH_SLXADMIN}/version"
}