#!/bin/sh

set -e

VERSION_FILE=/var/www/direct-jobs/scheduler-version
cp $VERSION_FILE.new $VERSION_FILE.tmp && mv $VERSION_FILE.tmp $VERSION_FILE

