Compare commits

..

No commits in common. "2ba8044b9ad021926935b922ecffc687b301c046" and "3433c447b1de813e1251081b955252061a18cc35" have entirely different histories.

2 changed files with 0 additions and 18 deletions

View File

@ -1,7 +0,0 @@
#!/bin/bash
source /usr/share/yunohost/helpers
FILENAME="list.txt"
while IFS=';' read -r ARG1 ARG2 ARG3; do
app=$ARG1
ynh_permission_delete --permission="$ARG2"
done < "$FILENAME"

View File

@ -1,11 +0,0 @@
nextcloud;admin;Nextcloud Admin
nextcloud;main;Nextcloud
pc-admin;admin;pc-admin Admin
srv-cam;admin;srv-cam Admin
srv-cloud;admin;srv-cloud Admin
srv-domo;admin;srv-domo Admin
srv-pbs;admin;srv-pbs Admin
srv-pub;admin;srv-pub Admin
srv-pve1;admin;srv-pve1 Admin
srv-pve2;admin;srv-pve2 Admin
srv-pve3;admin;srv-pve3 Admin