Projet

Général

Profil

0001-debian-add-possibility-to-run-scripts-after-data-is-.patch

Frédéric Péters, 16 janvier 2020 16:14

Télécharger (781 octets)

Voir les différences:

Subject: [PATCH] debian: add possibility to run scripts after data is imported
 (#37698)

 debian/import-wcs-data.sh | 2 ++
 1 file changed, 2 insertions(+)
debian/import-wcs-data.sh
9 9
        wcs-olap --all $tenant/wcs-olap.ini >$LOG 2>&1 || cat $LOG
10 10
    fi
11 11
done
12

  
13
test -d /etc/bijoe/wcs-olap/post-sync.d/ && run-parts --exit-on-error --new-session /etc/bijoe/wcs-olap/post-sync.d/
12
-