Explorar el Código

update package.sh

fatedier hace 6 años
padre
commit
c6bf6f59e6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      package.sh

+ 1 - 1
package.sh

@@ -44,7 +44,7 @@ for os in $os_all; do
             mv ./frps_${os}_${arch} ${frp_path}/frps
         fi  
         cp ./LICENSE ${frp_path}
-        cp ./conf/* ${frp_path}
+        cp -rf ./conf/* ${frp_path}
 
         # packages
         cd ./packages