diff options
| author | 2024-04-09 19:54:27 -0400 | |
|---|---|---|
| committer | 2024-04-09 19:54:27 -0400 | |
| commit | 90e0930d820972802d1bb2fb27d7dded304483d6 (patch) | |
| tree | e41652b48315f11f73654d857ce2a0d1184c4fbd /scripts | |
| parent | 02f3d3565602146bbbfce85b2719246f24036cb9 (diff) | |
| download | camu-90e0930d820972802d1bb2fb27d7dded304483d6.tar.gz camu-90e0930d820972802d1bb2fb27d7dded304483d6.tar.bz2 camu-90e0930d820972802d1bb2fb27d7dded304483d6.zip | |
Cleanup
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/cmv_add.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cmv_add.sh b/scripts/cmv_add.sh index c48c07f..700b21b 100755 --- a/scripts/cmv_add.sh +++ b/scripts/cmv_add.sh @@ -12,4 +12,4 @@ do fi CMD="$CMD""$EXP\n" done -echo -e "$CMD""X" | socat - UNIX-CONNECT:/tmp/tree_sock +echo -e "$CMD""X" | socat - UNIX-CONNECT:/tmp/camu_sock |