mirror of https://github.com/openspug/spug
Update method name
parent
603537c7c6
commit
635df934f0
|
@ -6,7 +6,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
function spuy_banner() {
|
function spug_banner() {
|
||||||
|
|
||||||
echo " ";
|
echo " ";
|
||||||
echo " #### ##### # # #### ";
|
echo " #### ##### # # #### ";
|
||||||
|
@ -178,7 +178,7 @@ systemctl restart $SUPERVISOR_SRV
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
spuy_banner
|
spug_banner
|
||||||
init_system_lib
|
init_system_lib
|
||||||
install_spug
|
install_spug
|
||||||
setup_conf
|
setup_conf
|
||||||
|
|
Loading…
Reference in New Issue