You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
556 B
11 lines
556 B
2 years ago
|
#!/bin/bash
|
||
|
#Bitte umbenennen nach modules_update_cron.sh
|
||
|
#Und den Pfad /var/lib/tomcat9... anpassen:
|
||
|
#in crontab:
|
||
|
# Werktäglicher BI-Update um 18 Uhr
|
||
|
#0 18 * * 1-5 /var/lib/tomcat9/BI_Maintenance/update/modules_update_cron.sh >/var/lib/tomcat9/BI_Maintenance/update/hisinone_bi_qisserver/modules_update.log 2>&1
|
||
|
. /var/lib/tomcat9/BI_Maintenance/env/BI_ENV
|
||
|
#bei Nutzung H1-Qisserver:
|
||
|
#/var/lib/tomcat9/BI_Maintenance/update/hisinone_bi_qisserver/modules_update.sh >/var/lib/tomcat9/BI_Maintenance/update/hisinone_bi_qisserver/modules_update.log 2>&1
|
||
|
|