Compare commits

..

1 Commits

Author SHA1 Message Date
neptune
f529f224dd for arm cpu
Signed-off-by: neptune <neptune3526@proton.me>
2024-10-24 12:53:38 -04:00

View File

@@ -366,8 +366,7 @@ if [[ $ARGUMENTS = true ]]; then
CLI_ARGS+=("--no-mdns")
CLI_ARGS+=("--no-hardware-benchmarks")
echo "[+] trying to save new node arguments"
echo "GHOST_CLI_ARGS=\"$(IFS=' '; echo "${CLI_ARGS[*]}")\"" > /tmp/ghost
echo "[+] trying to save GHOST_CLI_ARGS=\"$(IFS=' '; echo "${CLI_ARGS[*]}")\"" > /tmp/ghost
sudo cp /tmp/ghost /etc/default/ghost
rm /tmp/ghost
echo "[+] new CLI arguments stored in '/etc/default/ghost'"