6 lines
80 B
Text
6 lines
80 B
Text
|
#!/bin/bash
|
||
|
|
||
|
if [[ $1 = upgrade ]]; then
|
||
|
systemctl stop scstwmonitor.service
|
||
|
fi
|