#!/bin/bash cd /var/www/opentalent/opentalent && mkdir -p config && cd config \ && for f in $(ls -d /var/source/config/config/*); do ln -fs $f; done && cd .. \ && chown www-data:www-data -R config \ && apache2-foreground