1 changed files with 12 additions and 0 deletions
@ -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 "" |
Loading…
Reference in new issue