Browse Source

updated script to reflect moving qconfig to /opt/

control 1 year ago
parent
commit
86deaeedc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.sh

+ 1 - 1
setup.sh

@@ -3,7 +3,7 @@
 
 host=$(hostname)
 hostname="${host^^}"
-repo_directory="/etc/qconfig"
+repo_directory="/opt/qconfig"
 
 # Set Permissions
 chmod 660 $(find ./ -type f)