summarylogtreecommitdiffstats
path: root/arcanist.install
blob: 84d4a0209cefb38d28f540ffeaadef1f7d6c5a0d (plain)
1
2
3
4
5
post_install() {
    echo "You must add the path /usr/share/php to the open_basedir variable"
    echo "of your /etc/php/php.ini configuration file in order to execute"
    echo "the arc command."
}