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 3fb3152 commit 1cfae51Copy full SHA for 1cfae51
ct/kimai.sh
@@ -57,9 +57,8 @@ function update_script() {
57
chown -R :www-data .
58
chmod -R g+r .
59
chmod -R g+rw var/
60
- chmod -R 777 /opt/kimai/var/
+ chmod -R 777 /opt/kimai/*
61
chown -R www-data:www-data /opt/kimai
62
- chmod -R 755 /opt/kimai
63
echo "${RELEASE}" >/opt/${APP}_version.txt
64
msg_ok "Updated ${APP} to ${RELEASE}"
65
install/kimai-install.sh
@@ -75,8 +75,8 @@ chown -R :www-data /opt/*
75
chmod -R g+r /opt/*
76
chmod -R g+rw /opt/*
77
chown -R www-data:www-data /opt/*
78
-chmod -R 755 /opt/*
79
-chmod -R 777 /opt/kimai/var/
+chmod -R 777 /opt/*
+chmod -R 777 /opt/kimai/*
80
$STD expect <<EOF
81
set timeout -1
82
log_user 0
0 commit comments