Fix existing migration with non shell hooks
they could be binaries anyway
This commit is contained in:
@@ -15,5 +15,5 @@ mkdir -p "$XDG_CONFIG_HOME/sxmo/hooks/$SXMO_DEVICE_NAME"
|
|||||||
|
|
||||||
find . -maxdepth 1 -type f -exec basename {} \; \
|
find . -maxdepth 1 -type f -exec basename {} \; \
|
||||||
| grep -v 'needs-migration$' \
|
| grep -v 'needs-migration$' \
|
||||||
| grep -v '^sxmo_hook_.*\..*$' \
|
| grep -v '^sxmo_hook_.*' \
|
||||||
| xargs -I{} mv {} sxmo_hook_{}.sh
|
| xargs -I{} mv {} sxmo_hook_{}
|
||||||
|
Reference in New Issue
Block a user