3
0
volixer 5 сар өмнө
parent
commit
2fba1e8acc

+ 1 - 1
bin/vps_postinstall

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