]> git.corax.cc Git - toolbox/commitdiff
utils/ipc-sshtunnel: Don't include ipc module
authorMatthias Kruk <m@m10k.eu>
Thu, 9 Mar 2023 07:52:54 +0000 (16:52 +0900)
committerMatthias Kruk <m@m10k.eu>
Thu, 9 Mar 2023 07:52:54 +0000 (16:52 +0900)
The IPC module is included by ipc-sshtunnel, even though the script
does not use any IPC functions.

This commit removes the ipc module from ipc-sshtunnel's includes.

utils/ipc-sshtunnel.sh

index 2e3f5689c70e18d49163775c7956b29e34b370fd..091f8442baad37743d8e45566d4a250b999d4b11 100755 (executable)
@@ -164,7 +164,7 @@ main() {
                exit 1
        fi
 
-       if ! include "log" "opt" "inst" "ipc"; then
+       if ! include "log" "opt" "inst"; then
                exit 1
        fi