1
0
Fork 0
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:
Éric Gaspar 2023-06-02 08:15:47 +02:00
parent a796d66069
commit f813a669da

View file

@ -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