浏览代码

updated script to reflect moving qconfig to /opt/

control 1 年之前
父节点
当前提交
86deaeedc1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)