mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
Merge pull request #45 from YunoHost-Apps/rm-r
App using rm -rf that was unspotted so far ... to be reported as error by the linter
This commit is contained in:
commit
137ac1e62b
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ ynh_script_progression --message="Upgrading source files..."
|
|||
cp -a "$tmpdir/store" "${final_path}"
|
||||
cp -a "$tmpdir/.htconfig.php" "${final_path}"
|
||||
cp -a "$tmpdir/php.log" "${final_path}"
|
||||
rm -Rf "$tmpdir"
|
||||
ynh_secure_remove "$tmpdir"
|
||||
chmod -R 777 $final_path/store
|
||||
mkdir $final_path/addon
|
||||
ynh_setup_source --dest_dir="$final_path/addon" --source_id="app_addons"
|
||||
|
|
Loading…
Add table
Reference in a new issue