mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 13:07:17 -04:00
Merge branch 'master' of https://github.com/wekan/wekan
This commit is contained in:
commit
a4e02bb8cd
2 changed files with 80 additions and 6610 deletions
6677
package-lock.json
generated
6677
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1 +0,0 @@
|
|||
install
|
12
snap/hooks/post-refresh
Executable file
12
snap/hooks/post-refresh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
exec >> $SNAP_DATA/hook.log 2>&1
|
||||
echo "$(date '+%Y-%m-%d %H:%M:%S') $0: Entering hook"
|
||||
|
||||
# coppy caddy file in place
|
||||
[ ! -e $SNAP_COMMON/Caddyfile ] && cp $SNAP/Caddyfile $SNAP_COMMON/Caddyfile
|
||||
|
||||
# create run dir, we're going to use it for unix socket
|
||||
mkdir -p $SNAP_DATA/share
|
||||
mkdir -p $SNAP_DATA/shared
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue