Skip to content
Snippets Groups Projects

Devel

Merged Filip Strömbäck requested to merge devel into production
6 files
+ 26
3
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 7
0
#!/usr/bin/bash
# Log if we were asked to do so.
if [[ $# -gt 0 ]]
then
/home/examadm/tal-cli/on_update.sh 2>&1 | tee /home/examadm/tal-cli/log
exit $?
fi
cd source
python3 -m pip install --user -r scripts/requirements.txt
Loading