Explorar el Código

update vps_postinstall

volixer hace 5 meses
padre
commit
2fba1e8acc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/vps_postinstall

+ 1 - 1
bin/vps_postinstall

@@ -20,7 +20,6 @@ remove_packages(){
   fi
 }
 
-
 install_beszel(){
   curl -sL "${BESZEL_INSTALL_SCRIPT_URL}" -o install-agent.sh \
     && chmod +x install-agent.sh \
@@ -31,3 +30,4 @@ install_packages
 remove_packages
 install_beszel
 
+exit $?