From 34b300edcceef350ac049b39beefa69fb0b15fa5 Mon Sep 17 00:00:00 2001 From: Interduo Date: Wed, 13 Mar 2024 14:07:56 +0100 Subject: [PATCH] devel: commit updated requirements for billtech --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index a5a69ea..0855c8a 100755 --- a/install.sh +++ b/install.sh @@ -9,9 +9,10 @@ fi cd ../../ composer require guzzlehttp/guzzle:^6.0 composer dump-autoload +git status && git commit composer.json -m 'BILLTECH: updated requirements for billtech' cd plugins/BillTech chmod 0644 cron/* chmod +x bin/* mkdir /var/log/billtech -(crontab -l ; eval "echo \"$(cat cron/*)\"") | crontab - \ No newline at end of file +(crontab -l ; eval "echo \"$(cat cron/*)\"") | crontab -