Commit 0c1618a
Fix shell script parameter duplication and improve consistency (#2622)
* Initial plan
* Fix shell script parameter duplication and improve consistency
- server.sh: Remove duplicate argument expansion ($* and "$@")
- console.sh: Add ARCADEDB_OPTS_MEMORY initialization for consistency
- restore.sh: Fix ARCADEDB_HOME check (console.sh -> restore.sh)
- restore.sh: Add ARCADEDB_OPTS_MEMORY initialization
- restore.sh: Fix argument expansion ($* -> "$@")
Co-authored-by: lvca <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: lvca <[email protected]>1 parent fd8a2c9 commit 0c1618a
3 files changed
Lines changed: 12 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| |||
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
65 | | - | |
| 70 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
0 commit comments