mirror of
https://github.com/YunoHost-Apps/streams_ynh.git
synced 2024-09-03 20:26:20 +02:00
Updated secure remove helper acc to YNH latest for upgrade script
This commit is contained in:
parent
91d8646f42
commit
fdfe40e6f2
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ cp -a "$tmpdir/cache" "${final_path}"
|
||||||
cp -a "$tmpdir/store" "${final_path}"
|
cp -a "$tmpdir/store" "${final_path}"
|
||||||
cp -a "$tmpdir/.htconfig.php" "${final_path}"
|
cp -a "$tmpdir/.htconfig.php" "${final_path}"
|
||||||
cp -a "$tmpdir/php.log" "${final_path}"
|
cp -a "$tmpdir/php.log" "${final_path}"
|
||||||
ynh_secure_remove "$tmpdir"
|
ynh_secure_remove --file="$tmpdir"
|
||||||
chmod -R 777 $final_path/store
|
chmod -R 777 $final_path/store
|
||||||
mkdir $final_path/addon
|
mkdir $final_path/addon
|
||||||
ynh_setup_source --dest_dir="$final_path/addon" --source_id="app_addons"
|
ynh_setup_source --dest_dir="$final_path/addon" --source_id="app_addons"
|
||||||
|
|
Loading…
Add table
Reference in a new issue