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