Run linkFile() with root privileges

This commit is contained in:
Santiago Lo Coco 2021-12-31 00:48:23 -03:00
parent 97fed6cb69
commit 9d0e116758
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ loopThroughFiles() {
if [[ -f "$srcFile" ]]; then
var=$(echo "$srcFile" | awk '{ sub(/.*CocoRice\/dotfiles\/other\//, ""); print }')
sudo linkFile "$srcFile" "/$var"
sudo bash -c "$(declare -f linkFile); "linkFile" "$srcFile" "/$var""
fi
done
}