Answer the question
In order to leave comments, you need to log in
Why does the script not run through the crontab file on macOS?
Access to the machine is only from under the user (via vnc). Is the following statement true in this situation:
Crontab needs to be run like this: sudo crontab- suddenly there is some specificity for the poppy?
#!/bin/bash
echo "Autoclear"
echo "====================================="
echo "QA"
# Completion of active processes
killall node
killall rethinkdb
echo Clearing cash folders...
cd ~/Library/Developer/Xcode
rm -R DerivedData
cd ~/stf
rm -R rethinkdb_data
echo Starting server...
cd
open -a Terminal.app ./serverstarter.sh
cd ~/stf
rethinkdb --bind all
#!/bin/bash
echo "Serverstarter"
echo "====================================="
echo "QA"
echo Starting server...
cd stf
bin/stf local --public-ip xxx.xxx.x.xxx --wda-path ../WebDriverAgent
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question