[F] Fix symlink

This commit is contained in:
Azalea Gui
2022-12-30 06:20:48 -05:00
parent c2a442409f
commit ddc76bd62d
+1 -1
View File
@@ -6,7 +6,7 @@ check-config()
file=$1
sync=$2
if ! [[ -L "$file" && -f "$file" ]]
if ! [[ -L "$file" ]]
then
set -e
color "$prefix &c$file is not a symlink, creating symlink"