mirror of
https://github.com/YunoHost/example_ynh.git
synced 2024-09-03 20:06:13 +02:00
Move app.src
This commit is contained in:
parent
51ab91a7de
commit
f149b27c75
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ sudo yunohost app checkurl "${domain}${path_url}" -a "$app" \
|
|||
|| ynh_die "Path not available: ${domain}${path_url}"
|
||||
|
||||
# Obtain and extract source files
|
||||
src_url=$(cat ../sources/app.src | grep SOURCE_URL | cut -d= -f2)
|
||||
src_checksum=$(cat ../sources/app.src | grep SOURCE_SUM | cut -d= -f2)
|
||||
src_url=$(cat ../conf/app.src | grep SOURCE_URL | cut -d= -f2)
|
||||
src_checksum=$(cat ../conf/app.src | grep SOURCE_SUM | cut -d= -f2)
|
||||
src_path=/var/www/$app
|
||||
|
||||
# Download sources from the upstream
|
||||
|
|
Loading…
Add table
Reference in a new issue