6 lines
108 B
Bash
6 lines
108 B
Bash
#!/bin/sh
|
|
|
|
chown semaphore:semaphore /usr/bin/semaphore
|
|
chown -R semaphore:semaphore /etc/semaphore
|
|
|
|
exit 0
|