config-server should be executable

This commit is contained in:
Dr Nic Williams 2019-05-18 12:42:19 +10:00
parent ed018198d0
commit 146122888b
1 changed files with 3 additions and 1 deletions

View File

@ -15,4 +15,6 @@ cat > $BUILD_DIR/config-server <<-SHELL
echo "Starting dummy config-server..."
tail -f /dev/null
SHELL
SHELL
chmod +x $BUILD_DIR/config-server