fix bug hopefully
This commit is contained in:
parent
0fcaa9bdf1
commit
25706c1435
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ create_ls_entry () {
|
||||||
echo '* Files' >> index.org
|
echo '* Files' >> index.org
|
||||||
echo "$files" | sort | while read -r file; do
|
echo "$files" | sort | while read -r file; do
|
||||||
if echo $file | grep -q '^\.'; then
|
if echo $file | grep -q '^\.'; then
|
||||||
tmp=$(echo "$file" | sed 's/^\.//' | sed 's/$/.hidden/')
|
tmp=$(echo "$file" | sed 's/^\.//' | sed 's/.org$/.hidden.org/')
|
||||||
mv $file $tmp
|
mv $file $tmp
|
||||||
fi
|
fi
|
||||||
if [ "$file" = ".wallpaper" ]; then
|
if [ "$file" = ".wallpaper" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue