Skip to content

Commit c833b35

Browse files
committed
fix: fixed location
1 parent d836a42 commit c833b35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common/package_manager.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
SCRIPT_DIR="$(dirname "$BASH_SOURCE")"
3-
SCRIPT_DIR="/opt/hiddify-manager/common"
3+
4+
# echo $SCRIPT_DIR && exit 1
45

56
source $SCRIPT_DIR/utils.sh
67
# File to store package information

0 commit comments

Comments
 (0)