Browse Source

Rename connect hook - again :(

Joachim M. Giæver 1 year ago
parent
commit
e629f56b54
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/hooks/connect-plugs-zui-store

+ 1 - 0
src/hooks/connect-zui-store → src/hooks/connect-plugs-zui-store

@@ -1,6 +1,7 @@
 #!/usr/bin/env bash
 
 ZUI_STORE="${SNAP_COMMON}/zui-store"
+echo "$(ls -al ${ZUI_STORE})"
 
 if [ ! -d "${ZUI_STORE}" ]; then
 	echo "Missing store-dir for ZUI. Failed, exiting...." >&2