mirror of
https://github.com/Zetaphor/browser-recall.git
synced 2025-12-06 02:19:37 +00:00
Update fish runner
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
cd (dirname (status filename))
|
cd (dirname (status filename))
|
||||||
|
|
||||||
# Activate the virtual environment and run main.py silently
|
# Activate the virtual environment and run main.py silently
|
||||||
source ./venv/bin/activate
|
source (dirname (status filename))/.venv/bin/activate.fish
|
||||||
python main.py > /dev/null 2>&1 &
|
python src/main.py > /dev/null 2>&1 &
|
||||||
|
|
||||||
# Print a simple confirmation message
|
# Print a simple confirmation message
|
||||||
echo "Browser Recall started in background"
|
echo "Browser Recall started in background"
|
||||||
Reference in New Issue
Block a user