Not needen anymore

This commit is contained in:
Tobias Herre 2025-05-02 17:48:17 -04:00
parent 678d76df4d
commit b05e8051aa
2 changed files with 0 additions and 22 deletions

View File

@ -1,11 +0,0 @@
#!/bin/sh
while true; do
size=$(du -sh $1 | cut -f1)
echo "Loading roaming profile: $size of $2."
sleep 3
done

View File

@ -1,11 +0,0 @@
#!/bin/sh
echo "hallo" >> /tmp/tobias
sleep 60
echo "sart hallo" >> /tmp/tobias
systemctl --user daemon-reload
systemctl --user enable wmde-rp-usersync-nfs.service
systemctl --user start wmde-rp-usersync-nfs.service
echo "end hallo" >> /tmp/tobias