From d11f19a837273f9a90ead1786be2743943a1848f Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Tue, 24 May 2016 20:58:27 +0200 Subject: [PATCH] add daily/weekly shell scripts --- botond_daily.sh | 3 ++- botond_weekly.sh | 0 changelog.txt | 2 ++ common/config/params.php | 2 +- cutler_daily.sh | 3 ++- cutler_weekly.sh | 2 ++ 6 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 botond_weekly.sh create mode 100644 cutler_weekly.sh diff --git a/botond_daily.sh b/botond_daily.sh index f2e0bd8..b40b63f 100644 --- a/botond_daily.sh +++ b/botond_daily.sh @@ -1,2 +1,3 @@ -php /var/www/virtual/fitnessadmin.hu/htdocs/fitness-web/yii ticket/index \ No newline at end of file +php /var/www/virtual/fitnessadmin.hu/htdocs/fitness-web/yii ticket/index +php /var/www/virtual/fitnessadmin.hu/htdocs/fitness-web/yii ticket/daily \ No newline at end of file diff --git a/botond_weekly.sh b/botond_weekly.sh new file mode 100644 index 0000000..e69de29 diff --git a/changelog.txt b/changelog.txt index cf5e1c8..dd2bdd5 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,5 @@ +-0.0.73 + - add daily and weekly scripts to shell commands -0.0.72 - add newsletter -0.0.71 diff --git a/common/config/params.php b/common/config/params.php index 08c22a8..8e15ca5 100644 --- a/common/config/params.php +++ b/common/config/params.php @@ -4,7 +4,7 @@ return [ 'supportEmail' => 'rocho02@gmail.com', 'infoEmail' => 'info@rocho-net.hu', 'user.passwordResetTokenExpire' => 3600, - 'version' => 'v0.0.72', + 'version' => 'v0.0.73', 'company' => 'movar',//gyor 'company_name' => "Freimann Kft.", 'product_visiblity' => 'account',// on reception which products to display. account or global diff --git a/cutler_daily.sh b/cutler_daily.sh index a65f641..a28c4aa 100644 --- a/cutler_daily.sh +++ b/cutler_daily.sh @@ -1,2 +1,3 @@ -php /var/www/virtual/fitnessadmin.hu/htdocs/cutler/yii ticket/index \ No newline at end of file +php /var/www/virtual/fitnessadmin.hu/htdocs/cutler/yii ticket/index +php /var/www/virtual/fitnessadmin.hu/htdocs/cutler/yii ticket/daily \ No newline at end of file diff --git a/cutler_weekly.sh b/cutler_weekly.sh new file mode 100644 index 0000000..c7dec7f --- /dev/null +++ b/cutler_weekly.sh @@ -0,0 +1,2 @@ + + \ No newline at end of file