fixed wrong bracket in torrent-config
This commit is contained in:
parent
c924f096e7
commit
bb2ebaaa5d
@ -134,7 +134,7 @@ edit_config() {
|
|||||||
if [ ! -f "$CONFIG_PATH" ]; then
|
if [ ! -f "$CONFIG_PATH" ]; then
|
||||||
echo -e "${RED}Error: Configuration file not found at $CONFIG_PATH${NC}"
|
echo -e "${RED}Error: Configuration file not found at $CONFIG_PATH${NC}"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
fi
|
||||||
|
|
||||||
# Create a backup before editing
|
# Create a backup before editing
|
||||||
backup_config
|
backup_config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user