Browse Source

updated script to reflect moving qconfig to /opt/

control 1 năm trước cách đây
mục cha
commit
86deaeedc1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)