5 lines
65 B
Bash
5 lines
65 B
Bash
#!/bin/sh
|
|
|
|
# Remove client binary symlink
|
|
rm -f /usr/bin/pvc-api
|
#!/bin/sh
|
|
|
|
# Remove client binary symlink
|
|
rm -f /usr/bin/pvc-api
|