mirror of
https://github.com/PurpleI2P/i2pdbrowser
synced 2025-01-28 23:44:14 +00:00
replace: -Profile data for -ProfileManager
This commit is contained in:
parent
24a53b7a50
commit
3d6c881424
@ -272,18 +272,18 @@ if [ "$show_usage" -eq 1 ]; then
|
|||||||
tbb_usage
|
tbb_usage
|
||||||
elif [ "$detach" -eq 1 ] ; then
|
elif [ "$detach" -eq 1 ] ; then
|
||||||
./firefox --class "I2Pd Browser" \
|
./firefox --class "I2Pd Browser" \
|
||||||
-profile data "${@}" > "$logfile" 2>&1 </dev/null &
|
-ProfileManager "${@}" > "$logfile" 2>&1 </dev/null &
|
||||||
disown "$!"
|
disown "$!"
|
||||||
elif [ "$log_output" -eq 1 -a "$show_output" -eq 1 ]; then
|
elif [ "$log_output" -eq 1 -a "$show_output" -eq 1 ]; then
|
||||||
./firefox --class "I2Pd Browser" \
|
./firefox --class "I2Pd Browser" \
|
||||||
-profile data "${@}" 2>&1 </dev/null | \
|
-ProfileManager "${@}" 2>&1 </dev/null | \
|
||||||
tee "$logfile"
|
tee "$logfile"
|
||||||
elif [ "$show_output" -eq 1 ]; then
|
elif [ "$show_output" -eq 1 ]; then
|
||||||
./firefox --class "I2Pd Browser" \
|
./firefox --class "I2Pd Browser" \
|
||||||
-profile data "${@}" < /dev/null
|
-ProfileManager "${@}" < /dev/null
|
||||||
else
|
else
|
||||||
./firefox --class "I2Pd Browser" \
|
./firefox --class "I2Pd Browser" \
|
||||||
-profile data "${@}" > "$logfile" 2>&1 </dev/null
|
-ProfileManager "${@}" > "$logfile" 2>&1 </dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit $?
|
exit $?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user