Compare commits

..

No commits in common. "cf6b320f4091d5bd7261d774c2ee3101b7c789c9" and "7ddc8cc12fee3f74d5837c39f0749a2205042f2b" have entirely different histories.

2 changed files with 4 additions and 12 deletions

View file

@ -27,7 +27,7 @@
"name": "FvS-eMail" "name": "FvS-eMail"
}, },
{ {
"url": "https://info.steinbeis.schule", "url": "https://dw.steinbeis.schule",
"name": "FvS-Hilfesystem" "name": "FvS-Hilfesystem"
}, },
{ {
@ -35,16 +35,8 @@
"name": "FvS-Moodle" "name": "FvS-Moodle"
}, },
{ {
"url": "https://cloud.steinbeis.schule", "url": "https://nc.steinbeis.schule",
"name": "FvS-Schulcloud" "name": "FvS-Nextcloud"
},
{
"url": "https://nct.steinbeis.schule",
"name": "FvS-Nextcloud-Teacher (Nur für Lehrer)"
},
{
"url": "https://git.steinbeis.schule",
"name": "FvS-Git Versionsverwaltung"
}, },
{ {
"url": "https://server.pn.steinbeis.schule", "url": "https://server.pn.steinbeis.schule",

View file

@ -365,7 +365,7 @@ if ! virsh --connect="${QEMU}" list | grep "${VM_NAME}-clone"; then
# Create VMInfo Json file # Create VMInfo Json file
#( umask 027; ./vm-create-vminfo > "${VMINFO_DIR}/.vminfo.json" ) #( umask 027; ./vm-create-vminfo > "${VMINFO_DIR}/.vminfo.json" )
# Start vminfo.timer # Start vminfo.timer
systemctl --user restart vminfo.timer systemctl --user start vminfo.timer
uuid=$(openssl rand -hex 16) uuid=$(openssl rand -hex 16)
uuid="${uuid:0:8}-${uuid:8:4}-${uuid:12:4}-${uuid:16:4}-${uuid:20:12}" uuid="${uuid:0:8}-${uuid:8:4}-${uuid:12:4}-${uuid:16:4}-${uuid:20:12}"