Files
invoiceninja5_ynh/scripts/config
T
CodeShakingSheep 5f26d57211 Source YNH helpers
2026-03-12 13:16:57 -05:00

13 lines
331 B
Plaintext

source /usr/share/yunohost/helpers
# Cache needs to be cleared after updating vars through config panel
ynh_app_config_apply() {
_ynh_app_config_apply
pushd "$install_dir"
# Optimize the framework for better performance
php$phpversion artisan optimize --no-interaction --verbose
popd
}
ynh_app_config_run $1