mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-04-30 16:03:08 +00:00
Kimai: Fix Permission Issue on new Timerecords (#3136)
* Kimai: Fix Permission Issue on new Timerecords * Update kimai-install.sh * Update kimai.sh
This commit is contained in:
parent
3fb31522c3
commit
1cfae51790
@ -57,9 +57,8 @@ function update_script() {
|
|||||||
chown -R :www-data .
|
chown -R :www-data .
|
||||||
chmod -R g+r .
|
chmod -R g+r .
|
||||||
chmod -R g+rw var/
|
chmod -R g+rw var/
|
||||||
chmod -R 777 /opt/kimai/var/
|
chmod -R 777 /opt/kimai/*
|
||||||
chown -R www-data:www-data /opt/kimai
|
chown -R www-data:www-data /opt/kimai
|
||||||
chmod -R 755 /opt/kimai
|
|
||||||
echo "${RELEASE}" >/opt/${APP}_version.txt
|
echo "${RELEASE}" >/opt/${APP}_version.txt
|
||||||
msg_ok "Updated ${APP} to ${RELEASE}"
|
msg_ok "Updated ${APP} to ${RELEASE}"
|
||||||
|
|
||||||
|
@ -75,8 +75,8 @@ chown -R :www-data /opt/*
|
|||||||
chmod -R g+r /opt/*
|
chmod -R g+r /opt/*
|
||||||
chmod -R g+rw /opt/*
|
chmod -R g+rw /opt/*
|
||||||
chown -R www-data:www-data /opt/*
|
chown -R www-data:www-data /opt/*
|
||||||
chmod -R 755 /opt/*
|
chmod -R 777 /opt/*
|
||||||
chmod -R 777 /opt/kimai/var/
|
chmod -R 777 /opt/kimai/*
|
||||||
$STD expect <<EOF
|
$STD expect <<EOF
|
||||||
set timeout -1
|
set timeout -1
|
||||||
log_user 0
|
log_user 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user