Explorar el Código

updated for qconfig place change

control hace 1 año
padre
commit
4c433214f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.sh

+ 1 - 1
setup.sh

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