Clear file list before creation
This commit is contained in:
parent
36c668b3d1
commit
a57201c674
@ -1,5 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm ./.paths/.files
|
||||
for name in $(ls ./.paths)
|
||||
do
|
||||
echo "$(cat ./.paths/$name)/$name" >> ./.paths/.files
|
||||
|
Loading…
x
Reference in New Issue
Block a user