Fix file ownership for the username change

This commit is contained in:
Jeremy Katz
2008-10-02 11:07:33 -04:00
parent ca2f8913a2
commit 7ccf72a59f
8 changed files with 10 additions and 10 deletions

View File

@@ -21,5 +21,5 @@ timezone Europe/Lisbon
mkdir -p /home/liveuser/.kde/env
echo "system-config-keyboard --noui de-latin1-nodeadkeys" > /home/liveuser/.kde/env/keyboard.sh
chmod +x /home/liveuser/.kde/env/keyboard.sh
chown -R fedora:fedora /home/liveuser/.kde/env/
chown -R liveuser:liveuser /home/liveuser/.kde/env/
%end