erplibre/script/addons/install_addons_dev.sh

7 lines
178 B
Bash
Executable file

#!/usr/bin/env bash
./run.sh --no-http --stop-after-init --dev qweb -d $1 -i $2 -u $2
retVal=$?
if [[ $retVal -ne 0 ]]; then
echo "Error install_addons_dev.sh"
exit 1
fi