Merge and track latest features on stable #6

Merged
Ark74 merged 71 commits from unstable into master 2020-08-08 06:41:50 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit cb31cbb708 - Show all commits

View File

@ -39,7 +39,7 @@ echo '
by Software, IT & Networks Ltd
'
run_service() {
systemclt enable $1
systemctl enable $1
systemctl restart $1
systemctl status $1
}