Selaa lähdekoodia

correcting one more filename

Chris Vogel 1 vuosi sitten
vanhempi
commit
5c856119b2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      scripts/_common.sh

+ 1 - 1
scripts/_common.sh

@@ -770,7 +770,7 @@ flohmarkt_ynh_urlwatch_cron() {
     ynh_add_config --template="../conf/urlwatch.cron" \
     ynh_add_config --template="../conf/urlwatch.cron" \
         --destination="/etc/cron.hourly/${app}"
         --destination="/etc/cron.hourly/${app}"
     chown root:root "/etc/cron.hourly/${app}"
     chown root:root "/etc/cron.hourly/${app}"
-    chmod 755 "/etc/cron.hourly/${flohmarkt_filename}"
+    chmod 755 "/etc/cron.hourly/${app}"
     # run urlwatch once to initialize if cache file does not exist, 
     # run urlwatch once to initialize if cache file does not exist, 
     # but if sending email fails (like on CI) just warn. We do not want
     # but if sending email fails (like on CI) just warn. We do not want
     # to show the output that might contain passwords
     # to show the output that might contain passwords