Skip to content

Commit ad3b6c8

Browse files
author
Filip Nguyen
committed
LOG-1501: Confusing file monitoring prompt
Prompt was asking if user wants to monitor every 5 minutes but in reality it was setting up cron job every 10 minutes.
1 parent 4495ea5 commit ad3b6c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
*.py[cod]
22

3+
.idea
34
# C extensions
45
*.so
56

Modular Scripts/File Monitoring/configure-file-monitoring.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ configureDirectoryFileMonitoring() {
180180
esac
181181
done
182182
while true; do
183-
read -p "Would you like install a Cron job to sync the files currently in your Directory every 5 minutes? (yes/no)" yn
183+
read -p "Would you like install a Cron job to sync the files currently in your Directory every 10 minutes? (yes/no)" yn
184184
case $yn in
185185
[Yy]*)
186186
doCronInstallation

0 commit comments

Comments
 (0)