#!/bin/sh

PATH="/var/www/html/moodle/sqlite/bin:/var/www/html/moodle/php/bin:/var/www/html/moodle/mysql/bin:/var/www/html/moodle/apache2/bin:/var/www/html/moodle/common/bin:$PATH"
BITNAMI_ROOT="/var/www/html/moodle"
export BITNAMI_ROOT


exec /bin/bash --noprofile --norc
