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