Fix linting errors
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
cf24ce86cd
commit
f17ec8d21b
1 changed files with 2 additions and 2 deletions
4
install
4
install
|
@ -178,8 +178,8 @@ done
|
|||
print_section "Giving permissions"
|
||||
for permission in "${!PERMISSIONS[@]}"; do
|
||||
print_log "Changing owner of ${YELLOW}${permission}${RESET} to ${YELLOW}${USER}${RESET}"
|
||||
sudo chown -R "${USER}" ""${permission}""
|
||||
print_log "Changing permission of ${YELLOW}"${permission}"${RESET} to ${YELLOW}${PERMISSIONS[${permission}]}${RESET}"
|
||||
sudo chown -R "${USER}" "${permission}"
|
||||
print_log "Changing permission of ${YELLOW}${permission}${RESET} to ${YELLOW}${PERMISSIONS[${permission}]}${RESET}"
|
||||
sudo chmod -R "${PERMISSIONS[${permission}]}" "${permission}"
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue