absolute paths don't work i guess
This commit is contained in:
parent
f153a5278a
commit
a6ee4e017d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ create_ls_entry () {
|
||||||
|
|
||||||
create_dir_tree () {
|
create_dir_tree () {
|
||||||
ROOT="$HOME/dotfiles/$1"
|
ROOT="$HOME/dotfiles/$1"
|
||||||
URLROOT="/dotfiles/$1/"
|
URLROOT="./"
|
||||||
create_ls_entry "" "$URLROOT"
|
create_ls_entry "" "$URLROOT"
|
||||||
|
|
||||||
# iterate over all directories
|
# iterate over all directories
|
||||||
|
|
Loading…
Add table
Reference in a new issue