Skip to content
Snippets Groups Projects

Adds the command.sh script to /usr/local/bin, to call the management...

Merged Rodrigo Gonçalves requested to merge 32-add-command-utility-to-api into main
2 files
+ 4
0
Compare changes
  • Side-by-side
  • Inline
Files
2
docker/command.sh 0 → 100755
+ 3
0
#!/bin/sh
cd /var/www/html/bin/smartdata/management
php command.php "$@"
\ No newline at end of file
Loading