Skip to content
Snippets Groups Projects
Verified Commit 28da00ff authored by David Beniamine's avatar David Beniamine
Browse files

Fix generate filelist url

parent d0582e67
Branches
No related tags found
No related merge requests found
#!/bin/bash
. main.env
version=7.0
dol_path="/usr/share/dolibarr"
build_dir="$dol_path/build"
gen_file="$build_dir/generate_filelist_xml.php"
raw_url="https://raw.githubusercontent.com/Dolibarr/dolibarr/develop/build/generate_filelist_xml.php"
raw_url="https://raw.githubusercontent.com/Dolibarr/dolibarr/$version/build/generate_filelist_xml.php"
if [ ! -e "$gen_file" ]
then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment