فهرست منبع

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
 # Set Permissions
 chmod 660 $(find ./ -type f)
 chmod 660 $(find ./ -type f)
 chmod 660 $(find "$HOME/.bashrc" -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() {
 function add_string_to_file() {
     # Checks if a string is in a file
     # Checks if a string is in a file