diff --git a/update-renater-meta.sh b/update-renater-meta.sh index 6adc261..a0bab8c 100755 --- a/update-renater-meta.sh +++ b/update-renater-meta.sh @@ -90,7 +90,7 @@ EOF sed -i 's/\/mail/' $FILTERS_TMP # Load fixture -/etc/init.d/authentic2-ctl loaddata -v0 $FIXTURE_TMP +/usr/bin/authentic2-ctl loaddata -v0 $FIXTURE_TMP # Load metadataas -/etc/init.d/authentic2-ctl sync-metadata --source=renater --shibboleth-attribute-filter-policy=$FILTERS_TMP --sp -v1 $METADATA_TMP +/usr/bin/authentic2-ctl sync-metadata --source=renater --shibboleth-attribute-filter-policy=$FILTERS_TMP --sp -v1 $METADATA_TMP