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 4ebdf70 commit 18d6cfcCopy full SHA for 18d6cfc
packages/Debian/common/DEBIAN/postinst
@@ -32,6 +32,8 @@ SSL_NAME="foglamp"
32
SSL_DAYS="365"
33
34
link_update_task() {
35
+ chmod u+s /usr/local/foglamp/bin/update_task.apt
36
+ rm /usr/local/foglamp/scripts/tasks/update 2> /dev/null
37
ln -s /usr/local/foglamp/bin/update_task.apt /usr/local/foglamp/scripts/tasks/update
38
}
39
0 commit comments