We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb79b9 commit 4ebdf70Copy full SHA for 4ebdf70
packages/Debian/common/DEBIAN/postinst
@@ -31,6 +31,10 @@ set -e
31
SSL_NAME="foglamp"
32
SSL_DAYS="365"
33
34
+link_update_task() {
35
+ ln -s /usr/local/foglamp/bin/update_task.apt /usr/local/foglamp/scripts/tasks/update
36
+}
37
+
38
copy_service_file() {
39
cp /usr/local/foglamp/extras/scripts/foglamp.service /etc/init.d/foglamp
40
}
@@ -107,6 +111,9 @@ set_files_ownership
107
111
# Call FogLAMP package update script
108
112
call_package_update_script
109
113
114
+echo "Linking update task"
115
+link_update_task
116
110
117
echo "Enabling FogLAMP service"
118
enable_foglamp_service
119
echo "Starting FogLAMP service"
0 commit comments