We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9886ec2 commit 734deadCopy full SHA for 734dead
dietpi/dietpi-software
@@ -6970,7 +6970,7 @@ _EOF_
6970
G_EXEC ln -s /opt/FreshRSS/p /var/www/freshrss
6971
6972
# Create cron job for feed update every 30 minutes if it does not yet exist
6973
- crontab -u www-data -l 2>/dev/null | grep -q '/opt/FreshRSS/app/actualize_script.php' || ( crontab -u www-data -l 2>/dev/null ; echo '*/30 * * * * php /opt/FreshRSS/app/actualize_script.php' ) | crontab -u www-data -
+ crontab -u www-data -l 2>/dev/null | grep -q '/opt/FreshRSS/app/actualize_script.php' || { crontab -u www-data -l 2>/dev/null ; echo '*/30 * * * * php /opt/FreshRSS/app/actualize_script.php'; } | crontab -u www-data -
6974
fi
6975
6976
if To_Install 28 # TigerVNC Server
0 commit comments