Explorar el Código

created fn_installcomplete

Daniel Gibbs hace 11 años
padre
commit
4dbdf913a1
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      functions/fn_installcomplete

+ 12 - 0
functions/fn_installcomplete

@@ -0,0 +1,12 @@
+#!/bin/bash
+# LGSM fn_installcomplete function
+# Author: Daniel Gibbs
+# Website: http://danielgibbs.co.uk
+# Version: 241214
+
+echo "================================="
+echo "Install Complete!"
+echo ""
+echo "To start server type:"
+echo "${selfname} start"
+echo ""