Not needen anymore
This commit is contained in:
parent
678d76df4d
commit
b05e8051aa
|
@ -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
|
||||
|
||||
|
||||
|
|
@ -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
|
||||
|
Loading…
Reference in New Issue