Skip to content

Commit c97e7ce

Browse files
committed
feat: update scripts
1 parent 7ea8d76 commit c97e7ce

File tree

10 files changed

+406
-287
lines changed

10 files changed

+406
-287
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ _APP_SMTP_PORT=1025
4444
_APP_SMTP_SECURE=
4545
_APP_SMTP_USERNAME=
4646
_APP_SMTP_PASSWORD=
47+
_APP_HAMSTER_RECIPIENTS=
4748
_APP_SMS_PROVIDER=sms://username:password@mock
4849
_APP_SMS_FROM=+123456789
4950
_APP_STORAGE_LIMIT=30000000

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ RUN chmod +x /usr/local/bin/doctor && \
314314
chmod +x /usr/local/bin/sdks && \
315315
chmod +x /usr/local/bin/specs && \
316316
chmod +x /usr/local/bin/ssl && \
317-
chmod +x /usr/local/bin/stat && \
317+
chmod +x /usr/local/bin/hamster && \
318318
chmod +x /usr/local/bin/test && \
319319
chmod +x /usr/local/bin/vars && \
320320
chmod +x /usr/local/bin/worker-audits && \

bin/hamster

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
php /usr/src/code/app/cli.php hamster $@

bin/stat

Lines changed: 0 additions & 3 deletions
This file was deleted.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
"phpmailer/phpmailer": "6.6.0",
7474
"chillerlan/php-qrcode": "4.3.3",
7575
"adhocore/jwt": "1.1.2",
76-
"slickdeals/statsd": "3.1.0"
76+
"slickdeals/statsd": "3.1.0",
77+
"league/csv": "^9.0.0"
7778
},
7879
"repositories": [
7980
{

0 commit comments

Comments
 (0)