Przeglądaj źródła

updated script to reflect moving qconfig to /opt/

control 1 rok temu
rodzic
commit
86deaeedc1
1 zmienionych plików z 1 dodań i 1 usunięć
  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)