5 lines
104 B
Plaintext
5 lines
104 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
systemctl stop url-shortener-gui.service
|
||
|
|
systemctl disable url-shortener-gui.service
|
||
|
|
exit 0
|