mirror of
https://github.com/PurpleI2P/i2pdbrowser
synced 2025-01-27 15:04:15 +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
|
||||
elif [ "$detach" -eq 1 ] ; then
|
||||
./firefox --class "I2Pd Browser" \
|
||||
-profile data "${@}" > "$logfile" 2>&1 </dev/null &
|
||||
-ProfileManager "${@}" > "$logfile" 2>&1 </dev/null &
|
||||
disown "$!"
|
||||
elif [ "$log_output" -eq 1 -a "$show_output" -eq 1 ]; then
|
||||
./firefox --class "I2Pd Browser" \
|
||||
-profile data "${@}" 2>&1 </dev/null | \
|
||||
-ProfileManager "${@}" 2>&1 </dev/null | \
|
||||
tee "$logfile"
|
||||
elif [ "$show_output" -eq 1 ]; then
|
||||
./firefox --class "I2Pd Browser" \
|
||||
-profile data "${@}" < /dev/null
|
||||
-ProfileManager "${@}" < /dev/null
|
||||
else
|
||||
./firefox --class "I2Pd Browser" \
|
||||
-profile data "${@}" > "$logfile" 2>&1 </dev/null
|
||||
-ProfileManager "${@}" > "$logfile" 2>&1 </dev/null
|
||||
fi
|
||||
|
||||
exit $?
|
||||
|
Loading…
x
Reference in New Issue
Block a user