1
0
mirror of https://github.com/playit-cloud/playit-agent.git synced 2025-02-24 07:05:14 +00:00
playit-agent/build-scripts/delete-playit-symlink.sh
2022-02-24 17:47:55 -08:00

3 lines
74 B
Bash

if [[ -L "/usr/local/bin/playit" ]]; then
rm "/usr/local/bin/playit";
fi