diff --git a/install.sh b/install.sh index 935a723..543789e 100644 --- a/install.sh +++ b/install.sh @@ -109,7 +109,7 @@ flatpak install flathub com.usebottles.bottles com.github.geigi.cozy io.crow_tra # Runonce mkdir -p /home/$username/.runonce cp $builddir/runonce/* /home/$username/.runonce -chown $username:$username -R /home/$username/.runonce/ +chown -R $username:$username /home/$username/.runonce/ cp /etc/crontab /etc/crontab.bck cp $builddir/crontab /etc/crontab