mirror of
https://github.com/N0rthernL1ghts/wordpress.git
synced 2024-11-23 07:21:10 +01:00
Disable progress
This commit is contained in:
parent
6dba8a19f9
commit
a5d36946b4
|
@ -17,7 +17,7 @@ main() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Themes directory is empty, copying default themes"
|
echo "Themes directory is empty, copying default themes"
|
||||||
rsync -a --ignore-existing --progress /usr/src/wordpress/wp-content/themes "${wpContentDir}/"
|
rsync -a --ignore-existing --stats /usr/src/wordpress/wp-content/themes "${wpContentDir}/"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user