view extra/soundsoftware/scripted-deploy/vagrant/provision.d/090-perl-auth-module.sh @ 1583:0dcd4f8c2b8a dockerise

Small update, commit Gemfile.lock
author Chris Cannam
date Wed, 16 Aug 2017 12:29:01 +0100
parents ae8043b014c7
children
line wrap: on
line source
#!/bin/bash

set -e

if [ ! -f /usr/local/lib/site_perl/Apache/Authn/SoundSoftware.pm ]; then
    mkdir -p /usr/local/lib/site_perl/Apache/Authn/
    cp /var/www/code/extra/soundsoftware/SoundSoftware.pm /usr/local/lib/site_perl/Apache/Authn/
fi