mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-14 03:14:58 +08:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/etc/init.d/quickstart enable
|
|
/etc/init.d/quickstart start
|
|
|
|
exit 0 |