3 lines
82 B
Bash
3 lines
82 B
Bash
|
|
#!/bin/bash
|
||
|
|
trytond-admin -c trytond.conf --logconf logging.conf -d also -v -u $1
|