mirror of
https://github.com/YunoHost-Apps/bozon_ynh.git
synced 2024-09-03 18:16:09 +02:00
Fix duplicate
This commit is contained in:
parent
3fa1704754
commit
9925d9c48a
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ ynh_setup_source "$TMPDIR"
|
|||
|
||||
# clean & copy files needed to final folder
|
||||
sudo find "$TMPDIR" -type f -name ".htaccess" | xargs sudo rm
|
||||
sudo find "$TMPDIR" -type f -name ".htaccess" | xargs sudo rm
|
||||
if [ -e "$TMPDIR/.gitignore" ]; then
|
||||
for f in $(sudo cat "$TMPDIR/.gitignore") ; do
|
||||
[ -e "$TMPDIR$f" ] && sudo rm -R "$TMPDIR$f"
|
||||
|
|
Loading…
Reference in a new issue