8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
# !/bin/bash
|
|
# Execute the script before uninstalling
|
|
|
|
# Stop Service
|
|
systemctl daemon-reload
|
|
systemctl stop omc.service
|
|
systemctl stop sshsvc.service
|