mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-05 15:57:23 +01:00
Tests that run php should run the version of php selected by setup
This commit is contained in:
@@ -261,7 +261,7 @@ roundcube_force_carddav_refresh() {
|
||||
fi
|
||||
|
||||
pushd "$RCM_DIR" >/dev/null
|
||||
bin/carddav_refresh.sh "$user" "$pass"
|
||||
/usr/bin/php${PHP_VER} bin/carddav_refresh.sh "$user" "$pass"
|
||||
code=$?
|
||||
popd >/dev/null
|
||||
return $code
|
||||
|
||||
Reference in New Issue
Block a user