mirror of
https://github.com/YunoHost-Apps/plume_ynh.git
synced 2024-09-03 20:15:54 +02:00
Update install
This commit is contained in:
parent
a796d66069
commit
f813a669da
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ ynh_app_setting_set --app=$app --key=secret_key --value=$secret_key
|
|||
ynh_script_progression --message="Setting up source files..."
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
ynh_setup_source --dest_dir="$install_dir/$app" --source_id=$architecture
|
||||
ynh_setup_source --dest_dir="$install_dir/$app"
|
||||
|
||||
# Create the media directory, where uploads will be stored
|
||||
mkdir -p $install_dir/media
|
||||
|
|
Loading…
Add table
Reference in a new issue