#!/usr/bin/env bash echo "Try to find php-selector for hestiacp" update-alternatives --display php | grep hestiacp-php-selector if [ $? -ne 0 ]; then echo "Register php-selector" update-alternatives --install /usr/bin/php php /usr/bin/hestiacp-php-selector 1 fi