fix func order (#5812)

This commit is contained in:
Tobias
2025-07-07 20:52:42 +02:00
committed by GitHub
parent 16786a8304
commit c5e831dadc

View File

@ -82,9 +82,9 @@ chmod +x /etc/init.d/tinyauth
$STD rc-update add tinyauth default $STD rc-update add tinyauth default
msg_ok "Enabled Tinyauth Service" msg_ok "Enabled Tinyauth Service"
motd_ssh
customize
msg_info "Starting Tinyauth" msg_info "Starting Tinyauth"
$STD service tinyauth start $STD service tinyauth start
msg_ok "Started Tinyauth" msg_ok "Started Tinyauth"
motd_ssh
customize