mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-06 15:26:45 -04:00
6 lines
167 B
Bash
Executable File
6 lines
167 B
Bash
Executable File
#!/bin/bash
|
|
# gettext and angular-gettext-cli in PATH necessary
|
|
cd $( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
|
./duplicati/convert_to_mo.sh
|
|
./webroot/compile.sh
|