[F] Fix symlink
This commit is contained in:
@@ -6,7 +6,7 @@ check-config()
|
|||||||
file=$1
|
file=$1
|
||||||
sync=$2
|
sync=$2
|
||||||
|
|
||||||
if ! [[ -L "$file" && -f "$file" ]]
|
if ! [[ -L "$file" ]]
|
||||||
then
|
then
|
||||||
set -e
|
set -e
|
||||||
color "$prefix &c$file is not a symlink, creating symlink"
|
color "$prefix &c$file is not a symlink, creating symlink"
|
||||||
|
|||||||
Reference in New Issue
Block a user