changed an rm to rm -f

This commit is contained in:
sose 2020-09-13 03:22:19 +00:00
parent af45672e39
commit f975f87813
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ then
if [ -f {{ USER_HOMEDIR }}/first_login ]
then
rm {{ USER_HOMEDIR }}/first_login
rm -f {{ USER_HOMEDIR }}/first_login
# TODO: Give user more control over xdg user dir creation
mkdir Desktop Download Music Pictures Public Templates Videos