소스 검색

quick updates

control 1 년 전
부모
커밋
c7df34ed80
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.sh

+ 1 - 1
setup.sh

@@ -8,7 +8,7 @@ repo_directory="/etc/qconfig"
 # Set Permissions
 chmod 660 $(find ./ -type f)
 chmod 660 $(find "$HOME/.bashrc" -type f)
-chmod 770 $("$HOME/dots" -type d)
+chmod 770 $(find "$HOME/dots" -type d)
 
 function add_string_to_file() {
     # Checks if a string is in a file