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" }