Преглед изворни кода

Ensure that gnusocial daemon runs after install

Bob Mottram пре 9 година
родитељ
комит
0ec34f9390
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4
    0
      src/freedombone-app-gnusocial

+ 4
- 0
src/freedombone-app-gnusocial Прегледај датотеку

1026
     install_gnusocial_plugin_sharings
1026
     install_gnusocial_plugin_sharings
1027
     install_gnusocial_plugin_sharings_theme
1027
     install_gnusocial_plugin_sharings_theme
1028
     install_gnusocial_plugin_nsfw
1028
     install_gnusocial_plugin_nsfw
1029
+
1030
+    # unleash the daemons!
1031
+    /etc/cron.hourly/gnusocial-daemons
1032
+
1029
     APP_INSTALLED=1
1033
     APP_INSTALLED=1
1030
 }
1034
 }
1031
 
1035